aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Page2008-07-31 21:13:02 +0000
committerChristopher Page2008-07-31 21:13:02 +0000
commit8721102dedd1eb60d5ff2e0452b669e9fcd88f96 (patch)
tree04699fad91a7e83073f99a75122a83c3889e8423
parent1fe2700dab621a62a2ce67864c829bd4af95f779 (diff)
downloadscummvm-rg350-8721102dedd1eb60d5ff2e0452b669e9fcd88f96.tar.gz
scummvm-rg350-8721102dedd1eb60d5ff2e0452b669e9fcd88f96.tar.bz2
scummvm-rg350-8721102dedd1eb60d5ff2e0452b669e9fcd88f96.zip
Updated modern and classic themes for the 'Load' button
svn-id: r33482
-rw-r--r--gui/themes/classic080.ini3
-rw-r--r--gui/themes/modern.ini1
2 files changed, 3 insertions, 1 deletions
diff --git a/gui/themes/classic080.ini b/gui/themes/classic080.ini
index b5c911bada..83713eafd1 100644
--- a/gui/themes/classic080.ini
+++ b/gui/themes/classic080.ini
@@ -82,13 +82,14 @@ hBorder=10
launcher_version=hBorder 8 (w - 2 * hBorder) kLineHeight
launcher_version.align=kTextAlignCenter
top=(h - 8 - buttonHeight)
-numButtons=4
+numButtons=3
space=8
butWidth=((w - 2 * hBorder - space * (numButtons - 1)) / numButtons)
launcher_quit_button=hBorder top butWidth buttonHeight
launcher_about_button=(prev.x2 + space) prev.y prev.w prev.h
launcher_options_button=(prev.x2 + space) prev.y prev.w prev.h
launcher_start_button=(prev.x2 + space) prev.y prev.w prev.h
+launcher_loadGame_button=(prev.x2 + space) prev.y prev.w prev.h
top=(top - buttonHeight * 2)
numButtons=3
space=10
diff --git a/gui/themes/modern.ini b/gui/themes/modern.ini
index 87ef0bcbb9..77c7237451 100644
--- a/gui/themes/modern.ini
+++ b/gui/themes/modern.ini
@@ -250,6 +250,7 @@ space1=20
space2=5
launcher_list=insetX insetY insetW insetH
launcher_start_button=(prev.x2 + 17) prev.y buttonWidth buttonHeight
+launcher_loadGame_button=prev.x (prev.y2 + space2) prev.w prev.h
launcher_addGame_button=prev.x (prev.y2 + space1) prev.w prev.h
launcher_editGame_button=prev.x (prev.y2 + space2) prev.w prev.h
launcher_removeGame_button=prev.x (prev.y2 + space2) prev.w prev.h