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.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gui/setup_theme.h b/src/gui/setup_theme.h
index a8f87fd43..f22fc2fd1 100644
--- a/src/gui/setup_theme.h
+++ b/src/gui/setup_theme.h
@@ -89,10 +89,15 @@ class Setup_Theme : public SetupTab
std::string mJapanFont;
FontSizeChoiceListModel *mFontSizeListModel;
- gcn::Label *fontSizeLabel;
+ gcn::Label *mFontSizeLabel;
int mFontSize;
gcn::DropDown *mFontSizeDropDown;
+ FontSizeChoiceListModel *mNpcFontSizeListModel;
+ gcn::Label *mNpcFontSizeLabel;
+ int mNpcFontSize;
+ gcn::DropDown *mNpcFontSizeDropDown;
+
EditDialog *mEditDialog;
};