aboutsummaryrefslogtreecommitdiff
path: root/gui/themes
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/themes
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/themes')
-rw-r--r--gui/themes/modern.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/themes/modern.ini b/gui/themes/modern.ini
index aa25e0f0e5..d1c53a0382 100644
--- a/gui/themes/modern.ini
+++ b/gui/themes/modern.ini
@@ -277,6 +277,9 @@ glOff=((buttonHeight - kLineHeight) / 2 + 2)
globaloptions_savebutton=10 yoffset buttonWidth buttonHeight
globaloptions_savepath=(prev.x2 + 20) (yoffset + glOff) (parent.w - (prev.w + 20) - 10) kLineHeight
yoffset=(yoffset + buttonHeight + 8)
+globaloptions_themebutton=10 yoffset buttonWidth buttonHeight
+globaloptions_themepath=(prev.x2 + 20) (yoffset + glOff) (parent.w - (prev.w + 20) - 10) kLineHeight
+yoffset=(yoffset + buttonHeight + 8)
globaloptions_extrabutton=10 yoffset buttonWidth buttonHeight
globaloptions_extrapath=(prev.x2 + 20) (yoffset + glOff) (parent.w - (prev.w + 20) - 10) kLineHeight
yoffset=(yoffset + buttonHeight + 12)