aboutsummaryrefslogtreecommitdiff
path: root/gui/theme-config.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2007-03-10 14:15:47 +0000
committerEugene Sandulenko2007-03-10 14:15:47 +0000
commit6ee9e52f4b1c1481a88d1285f8e5c53e33939255 (patch)
tree19e7c56a0278bf8168564da3b52410473f674338 /gui/theme-config.cpp
parentf3e970f5b7df962320390e3b92c493351f550715 (diff)
downloadscummvm-rg350-6ee9e52f4b1c1481a88d1285f8e5c53e33939255.tar.gz
scummvm-rg350-6ee9e52f4b1c1481a88d1285f8e5c53e33939255.tar.bz2
scummvm-rg350-6ee9e52f4b1c1481a88d1285f8e5c53e33939255.zip
Move mass add dialog settings to theme config. Bump theme ini version.
svn-id: r26058
Diffstat (limited to 'gui/theme-config.cpp')
-rw-r--r--gui/theme-config.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/gui/theme-config.cpp b/gui/theme-config.cpp
index 36c8cc5b60..8e538f2021 100644
--- a/gui/theme-config.cpp
+++ b/gui/theme-config.cpp
@@ -293,6 +293,17 @@ const char *Theme::_defaultConfigINI =
"keysdialog_action=prev.x (parent.h - kLineHeight * 3) (parent.w - self.x * 2) kLineHeight\n"
"keysdialog_mapping=prev.x (prev.y + kLineHeight) prev.w prev.h\n"
"\n"
+"### mass add dialog\n"
+"massadddialog=10 20 300 174\n"
+"set_parent=massadddialog\n"
+"massadddialog_caption=10 (10 + 1 * kLineHeight) (parent.w - 2*10) kLineHeight\n"
+"massadddialog_caption.align=kTextAlignCenter\n"
+"massadddialog_dirprogress=10 (10 + 3 * kLineHeight) (parent.w - 2*10) kLineHeight\n"
+"massadddialog_dirprogress.align=kTextAlignCenter\n"
+"massadddialog_gameprogress=10 (10 + 4 * kLineHeight) (parent.w - 2*10) kLineHeight\n"
+"massadddialog_gameprogress.align=kTextAlignCenter\n"
+"massadddialog_ok=((parent.w - (buttonWidth * 2)) / 2) (parent.h - buttonHeight - 8) buttonWidth buttonHeight\n"
+"massadddialog_cancel=(prev.x2 + 10) prev.y prev.w prev.h\n"
"\n"
"\n"
"##### SCUMM dialogs\n"