diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-25 22:35:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-25 22:35:30 +0300 |
commit | dcfc97836830d4100a0a520b77d68d908314ee60 (patch) | |
tree | c35eccea345638b1abe2a3875065a36065bf8691 /src/gui/setup_theme.h | |
parent | f939a7bbbc19bb69726377eed7b36542d6a5cf3f (diff) | |
download | plus-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.h | 7 |
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; }; |