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/scummmodern | |
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/scummmodern')
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 2 |
1 files changed, 1 insertions, 1 deletions
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'> |