diff options
author | Johannes Schickel | 2006-05-29 14:39:31 +0000 |
---|---|---|
committer | Johannes Schickel | 2006-05-29 14:39:31 +0000 |
commit | 975dd5f1fa3edaa88759312bd79e14e16bc6ab65 (patch) | |
tree | 5be39e353380cf8da8686211243c890fd0b93db3 /gui/themes | |
parent | 0165c98e00b6b7e6d8cdd74f540c29f8ded34bd7 (diff) | |
download | scummvm-rg350-975dd5f1fa3edaa88759312bd79e14e16bc6ab65.tar.gz scummvm-rg350-975dd5f1fa3edaa88759312bd79e14e16bc6ab65.tar.bz2 scummvm-rg350-975dd5f1fa3edaa88759312bd79e14e16bc6ab65.zip |
- updates new theme config
svn-id: r22744
Diffstat (limited to 'gui/themes')
-rw-r--r-- | gui/themes/modern.ini | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gui/themes/modern.ini b/gui/themes/modern.ini index 274230d523..0efa23efe2 100644 --- a/gui/themes/modern.ini +++ b/gui/themes/modern.ini @@ -1,7 +1,7 @@ # $URL$ # $Id$ [theme] -version=13 +version=14 [pixmaps] dialog_corner=dialog_bkgd_corner.bmp @@ -405,6 +405,9 @@ scummsaveload_list=10 18 prev.w (parent.h - 17 - buttonHeight - 8 - self.y) scummsaveload_thumbnail=(parent.w - (kThumbnailWidth + 22)) 18 scummsaveload_thumbnail.hPad=10 scummsaveload_thumbnail.vPad=10 +scummsaveload_thumbnail.fillR=0 +scummsaveload_thumbnail.fillG=0 +scummsaveload_thumbnail.fillB=0 scummsaveload_cancel=(parent.w - 2 * (buttonWidth + 10)) (parent.h - buttonHeight - 8) buttonWidth buttonHeight scummsaveload_choose=(prev.x2 + 10) prev.y prev.w prev.h scummsaveload_extinfo.visible=true |