[Gui] Fix trailing whitespace and spelling issues

This commit is contained in:
Kacper Donat
2023-10-08 14:34:31 +02:00
committed by wwmayer
parent 9d5390ed83
commit 4f1fcbd03b
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
****************************************************************************/
#ifndef FC_OVERLAYMANAGER_H
#define FC_OVERLAYMANAGER_H
#define FC_OVERLAYMANAGER_H
#include <QObject>
#include <FCGlobal.h>
@@ -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.

View File

@@ -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",