aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeLayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/ThemeLayout.h')
-rw-r--r--gui/ThemeLayout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeLayout.h b/gui/ThemeLayout.h
index 2d119023ad..39675686f1 100644
--- a/gui/ThemeLayout.h
+++ b/gui/ThemeLayout.h
@@ -158,7 +158,7 @@ protected:
class ThemeLayoutVertical : public ThemeLayout {
public:
ThemeLayoutVertical(ThemeLayout *p, int spacing, bool center) :
- ThemeLayout(p, "") {
+ ThemeLayout(p, "") {
_spacing = spacing;
_centered = center;
}