diff options
author | Eugene Sandulenko | 2006-05-30 18:48:16 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-05-30 18:48:16 +0000 |
commit | 148995dc2d0ce81f6ea190c576c00ec4a57d8678 (patch) | |
tree | 0b36a52853e17bc8f123cc6bebefd9c6196eaf87 /gui/themes | |
parent | 1ec42e169ed58c2ec591c98f435d30b1709fffa4 (diff) | |
download | scummvm-rg350-148995dc2d0ce81f6ea190c576c00ec4a57d8678.tar.gz scummvm-rg350-148995dc2d0ce81f6ea190c576c00ec4a57d8678.tar.bz2 scummvm-rg350-148995dc2d0ce81f6ea190c576c00ec4a57d8678.zip |
Slight adjustment to list height in PSP theme so it will not have ugly empty
space between last list item and widget edge.
svn-id: r22780
Diffstat (limited to 'gui/themes')
-rw-r--r-- | gui/themes/modern.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/themes/modern.ini b/gui/themes/modern.ini index c604099778..85cd9a8509 100644 --- a/gui/themes/modern.ini +++ b/gui/themes/modern.ini @@ -533,7 +533,7 @@ def_gameOptionsOverrideVPad=10 use=XxY # Override launcher -launcher_list=insetX 103 (w - buttonWidth - 17 * 2 - self.x) (h - 23 - self.y) +launcher_list=insetX 103 (w - buttonWidth - 17 * 2 - self.x) (h - 15 - self.y) launcher_version=50 80 247 kLineHeight launcher_version.align=kTextAlignCenter launcher_logo=40 2 283 80 |