From 62e286c30f8d2f9f2a55ed5741c805e43fc11867 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 11 Jun 2006 20:40:22 +0000 Subject: Patch from bugreport #1502409: "Search ScummVM directory for GUI theme". It adds theme patch setting to GUI. svn-id: r23032 --- gui/theme-config.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gui/theme-config.cpp') 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" -- cgit v1.2.3