summaryrefslogtreecommitdiff
path: root/src/gui/setup_theme.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-10-18 02:00:19 +0300
committerAndrei Karas <akaras@inbox.ru>2012-10-18 02:00:19 +0300
commit43f84a5a22423b831b1d3a4b3572546803324dd4 (patch)
tree187459d3c84abae3d9001238b8314e577b68b107 /src/gui/setup_theme.h
parent213bc274d777946f7c39e5f5ccd859e766aef4ae (diff)
downloadplus-43f84a5a22423b831b1d3a4b3572546803324dd4.tar.gz
plus-43f84a5a22423b831b1d3a4b3572546803324dd4.tar.bz2
plus-43f84a5a22423b831b1d3a4b3572546803324dd4.tar.xz
plus-43f84a5a22423b831b1d3a4b3572546803324dd4.zip
Extend dropdown theming.
New options in dropdown.xml: padding - text padding from all sides imagePadding - image padding from right frameSize - frame size
Diffstat (limited to 'src/gui/setup_theme.h')
-rw-r--r--src/gui/setup_theme.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/setup_theme.h b/src/gui/setup_theme.h
index 31588c9c2..9754b7915 100644
--- a/src/gui/setup_theme.h
+++ b/src/gui/setup_theme.h
@@ -95,12 +95,12 @@ class Setup_Theme final : public SetupTab
FontSizeChoiceListModel *mFontSizeListModel;
Label *mFontSizeLabel;
int mFontSize;
- gcn::DropDown *mFontSizeDropDown;
+ DropDown *mFontSizeDropDown;
FontSizeChoiceListModel *mNpcFontSizeListModel;
Label *mNpcFontSizeLabel;
int mNpcFontSize;
- gcn::DropDown *mNpcFontSizeDropDown;
+ DropDown *mNpcFontSizeDropDown;
// EditDialog *mEditDialog;
};