summaryrefslogtreecommitdiff
path: root/src/gui/setup_theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/setup_theme.h')
-rw-r--r--src/gui/setup_theme.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/setup_theme.h b/src/gui/setup_theme.h
index 7eba723eb..0d141c0a5 100644
--- a/src/gui/setup_theme.h
+++ b/src/gui/setup_theme.h
@@ -30,6 +30,7 @@
#include <guichan/actionlistener.hpp>
class FontsModel;
+class FontSizeChoiceListModel;
class EditDialog;
class DropDown;
class ThemesModel;
@@ -72,6 +73,11 @@ class Setup_Theme : public SetupTab
DropDown *mSecureFontDropDown;
std::string mSecureFont;
+ FontSizeChoiceListModel *mFontSizeListModel;
+ gcn::Label *fontSizeLabel;
+ int mFontSize;
+ gcn::DropDown *mFontSizeDropDown;
+
EditDialog *mEditDialog;
};