From dcfc97836830d4100a0a520b77d68d908314ee60 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 25 Jun 2012 22:35:30 +0300 Subject: Add npc font size with 13 pixels size. --- src/gui/setup_theme.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/gui/setup_theme.h') 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; }; -- cgit v1.2.3-60-g2f50