aboutsummaryrefslogtreecommitdiff
path: root/gui/theme-config.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2006-06-11 20:40:22 +0000
committerEugene Sandulenko2006-06-11 20:40:22 +0000
commit62e286c30f8d2f9f2a55ed5741c805e43fc11867 (patch)
tree060ee5b8dbdc55df7ab7549e7cc48f979f5db335 /gui/theme-config.cpp
parentde95d463a8c091ea55a8ae8166fb447a9f56a195 (diff)
downloadscummvm-rg350-62e286c30f8d2f9f2a55ed5741c805e43fc11867.tar.gz
scummvm-rg350-62e286c30f8d2f9f2a55ed5741c805e43fc11867.tar.bz2
scummvm-rg350-62e286c30f8d2f9f2a55ed5741c805e43fc11867.zip
Patch from bugreport #1502409: "Search ScummVM directory for GUI theme".
It adds theme patch setting to GUI. svn-id: r23032
Diffstat (limited to 'gui/theme-config.cpp')
-rw-r--r--gui/theme-config.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/theme-config.cpp b/gui/theme-config.cpp
index fe4b5952a4..691681f151 100644
--- a/gui/theme-config.cpp
+++ b/gui/theme-config.cpp
@@ -166,6 +166,9 @@ const char *Theme::_defaultConfigINI =
"globaloptions_savebutton=10 yoffset (buttonWidth + 5) buttonHeight\n"
"globaloptions_savepath=(prev.x2 + 20) (yoffset + glOff) (parent.w - (prev.w + 20) - 15) kLineHeight\n"
"yoffset=(yoffset + buttonHeight + 4)\n"
+"globaloptions_themebutton=10 yoffset (buttonWidth + 5) buttonHeight\n"
+"globaloptions_themepath=(prev.x2 + 20) (yoffset + glOff) (parent.w - (prev.w + 20) - 15) kLineHeight\n"
+"yoffset=(yoffset + buttonHeight + 4)\n"
"globaloptions_extrabutton=10 yoffset (buttonWidth + 5) buttonHeight\n"
"globaloptions_extrapath=(prev.x2 + 20) (yoffset + glOff) (parent.w - (prev.w + 20) - 15) kLineHeight\n"
"yoffset=(yoffset + buttonHeight + 4)\n"