aboutsummaryrefslogtreecommitdiff
path: root/gui/theme-config.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2007-02-13 21:06:45 +0000
committerEugene Sandulenko2007-02-13 21:06:45 +0000
commit474d49dc146876b773bfef80335b740d1b1fa8a7 (patch)
treee8e8ab7cc81729d8fbfa97450708b7b1b3143a5c /gui/theme-config.cpp
parent75fab28be2b34d62ef81de7e695a8b805bfac097 (diff)
downloadscummvm-rg350-474d49dc146876b773bfef80335b740d1b1fa8a7.tar.gz
scummvm-rg350-474d49dc146876b773bfef80335b740d1b1fa8a7.tar.bz2
scummvm-rg350-474d49dc146876b773bfef80335b740d1b1fa8a7.zip
Implement FR#1611172: GUI: Add autosave period widgets
svn-id: r25563
Diffstat (limited to 'gui/theme-config.cpp')
-rw-r--r--gui/theme-config.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/theme-config.cpp b/gui/theme-config.cpp
index 524518a689..fdcca9db6b 100644
--- a/gui/theme-config.cpp
+++ b/gui/theme-config.cpp
@@ -190,6 +190,8 @@ const char *Theme::_defaultConfigINI =
"glOff=((buttonHeight - kLineHeight) / 2 + 2)\n"
"globaloptions_themebutton2=10 yoffset buttonWidth buttonHeight\n"
"globaloptions_curtheme=(prev.x2 + 20) (yoffset + glOff) (parent.w - (prev.w + 20) - 10) kLineHeight\n"
+"yoffset=(yoffset + buttonHeight + 4)\n"
+"globaloptions_autosaveperiod=10 yoffset (parent.w - 10 - 25) (kLineHeight + 2)\n"
"\n"
"globaloptions_cancel=(parent.w - 2 * (buttonWidth + 10)) (parent.h - buttonHeight - 8) buttonWidth buttonHeight\n"
"globaloptions_ok=(prev.x2 + 10) prev.y prev.w prev.h\n"