From 4f1fcbd03b703fb76886c1bbfec172167ea48aef Mon Sep 17 00:00:00 2001 From: Kacper Donat Date: Sun, 8 Oct 2023 14:34:31 +0200 Subject: [PATCH] [Gui] Fix trailing whitespace and spelling issues --- src/Gui/OverlayManager.h | 4 ++-- src/Gui/TreeParams.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Gui/OverlayManager.h b/src/Gui/OverlayManager.h index 0e098c2b17..47376fcde6 100644 --- a/src/Gui/OverlayManager.h +++ b/src/Gui/OverlayManager.h @@ -21,7 +21,7 @@ ****************************************************************************/ #ifndef FC_OVERLAYMANAGER_H -#define FC_OVERLAYMANAGER_H +#define FC_OVERLAYMANAGER_H #include #include @@ -62,7 +62,7 @@ public: ReloadResume = 2, }; /** Set reload mode - * + * * An internal timer is used to batch handle all relevant parameter * changes. The function is provided to let other code temporarily disable * the timer before changing the parameter, and then resume it after done. diff --git a/src/Gui/TreeParams.py b/src/Gui/TreeParams.py index f06991df84..c63d931a3a 100644 --- a/src/Gui/TreeParams.py +++ b/src/Gui/TreeParams.py @@ -66,7 +66,7 @@ Params = [ ParamInt('FontSize', 0, on_change=True), ParamInt('ItemSpacing', 0, on_change=True), ParamHex('ItemBackground', 0, on_change=True, title='Item background color', proxy=ParamColor(), - doc = "Tree view item background. Only effecitve in overlay."), + doc = "Tree view item background. Only effective in overlay."), ParamInt('ItemBackgroundPadding', 0, on_change=True, title="Item background padding", proxy=ParamSpinBox(0, 100, 1), doc = "Tree view item background padding."), ParamBool('HideColumn', True, on_change=True, title="Hide extra column",