diff options
author | Tarek Soliman | 2017-06-02 00:50:11 -0500 |
---|---|---|
committer | Tarek Soliman | 2017-06-09 13:17:09 -0500 |
commit | 2977ae546ec2602b486c40ba884b5dfd0d538e3c (patch) | |
tree | 09b81c6376e62570e699f8dc9fab4f9d1a44a2c5 /gui/themes | |
parent | 7de8be411ddb567f78ca4ceba945afa093258b34 (diff) | |
download | scummvm-rg350-2977ae546ec2602b486c40ba884b5dfd0d538e3c.tar.gz scummvm-rg350-2977ae546ec2602b486c40ba884b5dfd0d538e3c.tar.bz2 scummvm-rg350-2977ae546ec2602b486c40ba884b5dfd0d538e3c.zip |
GUI: Improve calculation for savegame thumbnail labels
Instead of shrinking the rect based on how many labels aren't there,
expand the rect based on how many labels are there.
Closes gh-958
Diffstat (limited to 'gui/themes')
-rw-r--r-- | gui/themes/default.inc | 2 | ||||
-rw-r--r-- | gui/themes/scummclassic.zip | bin | 129631 -> 129631 bytes | |||
-rw-r--r-- | gui/themes/scummclassic/classic_layout.stx | 2 | ||||
-rw-r--r-- | gui/themes/scummmodern.zip | bin | 1649171 -> 1649171 bytes | |||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 2 |
5 files changed, 3 insertions, 3 deletions
diff --git a/gui/themes/default.inc b/gui/themes/default.inc index e68ebc0530..23488a8cd0 100644 --- a/gui/themes/default.inc +++ b/gui/themes/default.inc @@ -1829,7 +1829,7 @@ const char *defaultXML1 = "<?xml version = '1.0'?>" "<widget name='List' />" "<widget name='Thumbnail' " "width='180' " -"height='200' " +"height='155' " "/>" "</layout>" "<layout type='horizontal' padding='0,0,0,0'>" diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip Binary files differindex bff0388d3e..acb6d20a99 100644 --- a/gui/themes/scummclassic.zip +++ b/gui/themes/scummclassic.zip diff --git a/gui/themes/scummclassic/classic_layout.stx b/gui/themes/scummclassic/classic_layout.stx index 9d9fe28a16..2bb07d914c 100644 --- a/gui/themes/scummclassic/classic_layout.stx +++ b/gui/themes/scummclassic/classic_layout.stx @@ -1285,7 +1285,7 @@ <widget name = 'List' /> <widget name = 'Thumbnail' width = '180' - height = '200' + height = '155' /> </layout> <layout type = 'horizontal' padding = '0, 0, 0, 0'> diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip Binary files differindex 983f727f6a..055c82ad3c 100644 --- a/gui/themes/scummmodern.zip +++ b/gui/themes/scummmodern.zip diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx index 25a95845aa..0a1c377aea 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -1299,7 +1299,7 @@ <widget name = 'List' /> <widget name = 'Thumbnail' width = '180' - height = '200' + height = '155' /> </layout> <layout type = 'horizontal' padding = '0, 0, 0, 0'> |