diff options
author | Johannes Schickel | 2014-06-22 17:43:06 +0200 |
---|---|---|
committer | Johannes Schickel | 2014-06-22 17:43:06 +0200 |
commit | 2d9d23adde3505946aab61d187c91f04b69c7583 (patch) | |
tree | 3b6a6dd14979cf53d6c5a96dbe568c6d87e70d89 | |
parent | 5797182aa23d38cd024f9ccf5912339ac675569d (diff) | |
download | scummvm-rg350-2d9d23adde3505946aab61d187c91f04b69c7583.tar.gz scummvm-rg350-2d9d23adde3505946aab61d187c91f04b69c7583.tar.bz2 scummvm-rg350-2d9d23adde3505946aab61d187c91f04b69c7583.zip |
GUI: Reduce spacing in save/load chooser in the classic theme.
This fixes bug #6658 "GUI: Save/Load grid view needs tuning for classic theme, 640x400 pixels" for me.
-rw-r--r-- | gui/themes/default.inc | 2 | ||||
-rw-r--r-- | gui/themes/scummclassic.zip | bin | 110107 -> 110106 bytes | |||
-rw-r--r-- | gui/themes/scummclassic/classic_layout.stx | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/gui/themes/default.inc b/gui/themes/default.inc index e881c2d4eb..aa2a24bf00 100644 --- a/gui/themes/default.inc +++ b/gui/themes/default.inc @@ -1526,7 +1526,7 @@ "height='Globals.Line.Height' " "/>" "</layout>" -"<layout type='horizontal' padding='0,0,0,16' spacing='16'>" +"<layout type='horizontal' padding='0,0,0,6' spacing='16'>" "<widget name='List' />" "<widget name='Thumbnail' " "width='180' " diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip Binary files differindex 7115849aa0..1b555a6c27 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 5fd2d6f835..cf8268696d 100644 --- a/gui/themes/scummclassic/classic_layout.stx +++ b/gui/themes/scummclassic/classic_layout.stx @@ -976,7 +976,7 @@ height = 'Globals.Line.Height' /> </layout> - <layout type = 'horizontal' padding = '0, 0, 0, 16' spacing = '16'> + <layout type = 'horizontal' padding = '0, 0, 0, 6' spacing = '16'> <widget name = 'List' /> <widget name = 'Thumbnail' width = '180' |