diff options
author | Max Horn | 2010-06-20 20:36:14 +0000 |
---|---|---|
committer | Max Horn | 2010-06-20 20:36:14 +0000 |
commit | d79428e816af4a73a21d6c350c5a266af01a08de (patch) | |
tree | 66ad9d25755ea4438b2224999c8a25668bfd13c1 /gui/themes/scummclassic | |
parent | 66b9eaac34d3eefc12cf6dcbacf2eb8192e0de81 (diff) | |
download | scummvm-rg350-d79428e816af4a73a21d6c350c5a266af01a08de.tar.gz scummvm-rg350-d79428e816af4a73a21d6c350c5a266af01a08de.tar.bz2 scummvm-rg350-d79428e816af4a73a21d6c350c5a266af01a08de.zip |
GUI: Tweak low-res Launcher layout (1-2 more games visible in game list, less space wasted between buttons)
svn-id: r50098
Diffstat (limited to 'gui/themes/scummclassic')
-rw-r--r-- | gui/themes/scummclassic/classic_layout_lowres.stx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gui/themes/scummclassic/classic_layout_lowres.stx b/gui/themes/scummclassic/classic_layout_lowres.stx index c994968677..46156aa21c 100644 --- a/gui/themes/scummclassic/classic_layout_lowres.stx +++ b/gui/themes/scummclassic/classic_layout_lowres.stx @@ -99,11 +99,11 @@ </globals> <dialog name = 'Launcher' overlays = 'screen'> - <layout type = 'vertical' center = 'true' padding = '8, 8, 4, 4'> + <layout type = 'vertical' center = 'true' padding = '6, 6, 2, 2'> <widget name = 'Version' height = 'Globals.Line.Height' /> - <layout type = 'horizontal' spacing = '5' padding = '10, 0, 0, 0'> + <layout type = 'horizontal' spacing = '5' padding = '0, 0, 0, 0'> <widget name = 'SearchDesc' width = '50' height = 'Globals.Line.Height' @@ -120,7 +120,7 @@ <space /> </layout> <widget name = 'GameList'/> - <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10'> + <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '8'> <widget name = 'LoadGameButton' height = '12' /> @@ -134,7 +134,7 @@ height = '12' /> </layout> - <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10'> + <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '8'> <widget name = 'QuitButton' height = '12' /> |