diff options
author | Max Horn | 2008-11-05 14:58:47 +0000 |
---|---|---|
committer | Max Horn | 2008-11-05 14:58:47 +0000 |
commit | 79614d28b630e8176dc9692fa4f7b14f8338c2c4 (patch) | |
tree | 606c9274c20508788f841792b9e355381e68cb29 /gui | |
parent | 4a23fd9170df17ecb5e754ae2c2eb05fab8b6477 (diff) | |
download | scummvm-rg350-79614d28b630e8176dc9692fa4f7b14f8338c2c4.tar.gz scummvm-rg350-79614d28b630e8176dc9692fa4f7b14f8338c2c4.tar.bz2 scummvm-rg350-79614d28b630e8176dc9692fa4f7b14f8338c2c4.zip |
Tweaked browser dialog in 320x200 mode
svn-id: r34904
Diffstat (limited to 'gui')
-rw-r--r-- | gui/themes/default.inc | 2 | ||||
-rw-r--r-- | gui/themes/scummclassic.zip | bin | 43715 -> 43714 bytes | |||
-rw-r--r-- | gui/themes/scummclassic/classic_layout_320.stx | 2 | ||||
-rw-r--r-- | gui/themes/scummmodern.zip | bin | 144058 -> 144057 bytes | |||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_320.stx | 2 |
5 files changed, 3 insertions, 3 deletions
diff --git a/gui/themes/default.inc b/gui/themes/default.inc index dece0d9571..05c4106b6f 100644 --- a/gui/themes/default.inc +++ b/gui/themes/default.inc @@ -1013,7 +1013,7 @@ "height = 'Globals.Line.Height' " "/> " "<widget name = 'List'/> " -"<layout type = 'horizontal' padding = '0, 0, 16, 0'> " +"<layout type = 'horizontal' padding = '0, 0, 8, 0'> " "<widget name = 'Up' " "type = 'Button' " "/> " diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip Binary files differindex afc545f335..1bb2040570 100644 --- a/gui/themes/scummclassic.zip +++ b/gui/themes/scummclassic.zip diff --git a/gui/themes/scummclassic/classic_layout_320.stx b/gui/themes/scummclassic/classic_layout_320.stx index 7304adb15e..1e8b212a0c 100644 --- a/gui/themes/scummclassic/classic_layout_320.stx +++ b/gui/themes/scummclassic/classic_layout_320.stx @@ -127,7 +127,7 @@ height = 'Globals.Line.Height' /> <widget name = 'List'/> - <layout type = 'horizontal' padding = '0, 0, 16, 0'> + <layout type = 'horizontal' padding = '0, 0, 8, 0'> <widget name = 'Up' type = 'Button' /> diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip Binary files differindex b62aa2c9f3..a4c258b2bd 100644 --- a/gui/themes/scummmodern.zip +++ b/gui/themes/scummmodern.zip diff --git a/gui/themes/scummmodern/scummmodern_layout_320.stx b/gui/themes/scummmodern/scummmodern_layout_320.stx index 85a5b4b241..30fc9e3e3c 100644 --- a/gui/themes/scummmodern/scummmodern_layout_320.stx +++ b/gui/themes/scummmodern/scummmodern_layout_320.stx @@ -125,7 +125,7 @@ height = 'Globals.Line.Height' /> <widget name = 'List'/> - <layout type = 'horizontal' padding = '0, 0, 16, 0'> + <layout type = 'horizontal' padding = '0, 0, 8, 0'> <widget name = 'Up' type = 'Button' /> |