summaryrefslogtreecommitdiff
path: root/src/gui/setup_theme.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-06-25 22:35:30 +0300
committerAndrei Karas <akaras@inbox.ru>2012-06-25 22:35:30 +0300
commitdcfc97836830d4100a0a520b77d68d908314ee60 (patch)
treec35eccea345638b1abe2a3875065a36065bf8691 /src/gui/setup_theme.h
parentf939a7bbbc19bb69726377eed7b36542d6a5cf3f (diff)
downloadplus-dcfc97836830d4100a0a520b77d68d908314ee60.tar.gz
plus-dcfc97836830d4100a0a520b77d68d908314ee60.tar.bz2
plus-dcfc97836830d4100a0a520b77d68d908314ee60.tar.xz
plus-dcfc97836830d4100a0a520b77d68d908314ee60.zip
Add npc font size with 13 pixels size.
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;
};