summaryrefslogtreecommitdiff
path: root/src/gui/setup_theme.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-04-30 14:08:37 +0300
committerAndrei Karas <akaras@inbox.ru>2013-04-30 14:08:37 +0300
commit1cffd95a2d98736c2d0dc2f382995889ceaef86a (patch)
tree9bb16984a2cc28daf7521beb2f9125f0b0ea77da /src/gui/setup_theme.h
parent27a4c8b4acdf5f433f42b5dce97f95f391e36cbf (diff)
downloadplus-1cffd95a2d98736c2d0dc2f382995889ceaef86a.tar.gz
plus-1cffd95a2d98736c2d0dc2f382995889ceaef86a.tar.bz2
plus-1cffd95a2d98736c2d0dc2f382995889ceaef86a.tar.xz
plus-1cffd95a2d98736c2d0dc2f382995889ceaef86a.zip
add support for set fonts and font sizes from themes.
Changed default font size from 11 to 12 px.
Diffstat (limited to 'src/gui/setup_theme.h')
-rw-r--r--src/gui/setup_theme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/setup_theme.h b/src/gui/setup_theme.h
index 030a87193..d5f50afbb 100644
--- a/src/gui/setup_theme.h
+++ b/src/gui/setup_theme.h
@@ -58,6 +58,7 @@ class Setup_Theme final : public SetupTab
ThemesModel *mThemesModel;
DropDown *mThemeDropDown;
std::string mTheme;
+ ThemeInfo *mInfo;
FontsModel *mFontsModel;
Label *mFontLabel;