summaryrefslogtreecommitdiff
path: root/src/gui/setup_theme.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-07-03 16:04:56 +0300
committerAndrei Karas <akaras@inbox.ru>2011-07-03 16:04:56 +0300
commit634149ac7d248d2e078ee9707379a5056d31077e (patch)
tree59dcf717b69c7f70c832a86aa27b4bf5099a1a68 /src/gui/setup_theme.h
parent40db8c31b6d76d9ff6bb54f44a87fb4e73b1f2f6 (diff)
downloadManaVerse-634149ac7d248d2e078ee9707379a5056d31077e.tar.gz
ManaVerse-634149ac7d248d2e078ee9707379a5056d31077e.tar.bz2
ManaVerse-634149ac7d248d2e078ee9707379a5056d31077e.tar.xz
ManaVerse-634149ac7d248d2e078ee9707379a5056d31077e.zip
Move some settings from video tab to other tabs.
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;
};