aboutsummaryrefslogtreecommitdiff
path: root/gui/theme-config.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2006-04-19 05:46:21 +0000
committerJohannes Schickel2006-04-19 05:46:21 +0000
commitff421d5adc78519ae90098386c86f4db5cd7f8aa (patch)
tree515b6fa3c959db220acacc1837089db9c1e3e717 /gui/theme-config.cpp
parent0a767b6467b8221d5404cc822c7bb49d4f449cb7 (diff)
downloadscummvm-rg350-ff421d5adc78519ae90098386c86f4db5cd7f8aa.tar.gz
scummvm-rg350-ff421d5adc78519ae90098386c86f4db5cd7f8aa.tar.bz2
scummvm-rg350-ff421d5adc78519ae90098386c86f4db5cd7f8aa.zip
Prepairs merge of SaveLoadChooser and SaveLoadChooserEx of the scumm engine.
svn-id: r22020
Diffstat (limited to 'gui/theme-config.cpp')
-rw-r--r--gui/theme-config.cpp16
1 files changed, 12 insertions, 4 deletions
diff --git a/gui/theme-config.cpp b/gui/theme-config.cpp
index f8c04f1650..e27595d71b 100644
--- a/gui/theme-config.cpp
+++ b/gui/theme-config.cpp
@@ -51,6 +51,15 @@ const char *Theme::_defaultConfigINI =
"def_scummhelpW=(w - 2 * 5)\n"
"def_midiControlsSpacing=1\n"
"use=XxY\n"
+"# Scumm Saveload dialog\n"
+"scummsaveload=8 8 (w - 2 * 8) (h - 16)\n"
+"set_parent=scummsaveload\n"
+"scummsaveload_title=10 2 (parent.w - 2 * 10) kLineHeight\n"
+"scummsaveload_list=10 18 prev.w (parent.h - 17 - buttonHeight - 8 - self.y)\n"
+"scummsaveload_thumbnail=(parent.w - (kThumbnailWidth + 22)) 18\n"
+"scummsaveload_cancel=(parent.w - 2 * (buttonWidth + 10)) (parent.h - buttonHeight - 8) buttonWidth buttonHeight\n"
+"scummsaveload_choose=(prev.x2 + 10) prev.y prev.w prev.h\n"
+"scummsaveload_extinfo.visible=false\n"
"\n"
"[XxY]\n"
"def_widgetSize=kBigWidgetSize\n"
@@ -273,13 +282,12 @@ const char *Theme::_defaultConfigINI =
"# Saveload dialog\n"
"scummsaveload=8 8 (w - 2 * 8) (h - 16)\n"
"set_parent=scummsaveload\n"
-"scummsaveload_title=10 6 (parent.w - 2 * 10) kLineHeight\n"
-"scummsaveload_list=10 18 (parent.w - 2 * 10 - 180) (parent.h - 14 - buttonHeight - 18)\n"
+"scummsaveload_title=10 2 (parent.w - 2 * 10 - 180) kLineHeight\n"
+"scummsaveload_list=10 18 prev.w (parent.h - 17 - buttonHeight - 8 - self.y)\n"
"scummsaveload_thumbnail=(parent.w - (kThumbnailWidth + 22)) 18\n"
"scummsaveload_cancel=(parent.w - 2 * (buttonWidth + 10)) (parent.h - buttonHeight - 8) buttonWidth buttonHeight\n"
"scummsaveload_choose=(prev.x2 + 10) prev.y prev.w prev.h\n"
-"opHeight=(h * 9 / 10)\n"
-"useWithPrefix=chooser scummsaveload_\n"
+"scummsaveload_extinfo.visible=true\n"
"\n"
"############################################\n"
"[chooser]\n"