diff options
author | Vicent Marti | 2009-02-13 20:01:50 +0000 |
---|---|---|
committer | Vicent Marti | 2009-02-13 20:01:50 +0000 |
commit | fe6854d5b8accc8b942ad0cdb76dabb9a620c861 (patch) | |
tree | 7600bd89a6db4894789438fe665ec1d4b4868367 /gui | |
parent | 4dbbbc13583314b5f738689afed20935969da652 (diff) | |
download | scummvm-rg350-fe6854d5b8accc8b942ad0cdb76dabb9a620c861.tar.gz scummvm-rg350-fe6854d5b8accc8b942ad0cdb76dabb9a620c861.tar.bz2 scummvm-rg350-fe6854d5b8accc8b942ad0cdb76dabb9a620c861.zip |
Fixed bug #2485123 (weird looking game load dialog).
svn-id: r36313
Diffstat (limited to 'gui')
-rw-r--r-- | gui/themes/default.inc | 4 | ||||
-rw-r--r-- | gui/themes/scummclassic.zip | bin | 45602 -> 45654 bytes | |||
-rw-r--r-- | gui/themes/scummclassic/classic_layout.stx | 4 | ||||
-rw-r--r-- | gui/themes/scummclassic/classic_layout_lowres.stx | 2 | ||||
-rw-r--r-- | gui/themes/scummmodern.zip | bin | 148604 -> 148655 bytes | |||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 2 | ||||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_lowres.stx | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/gui/themes/default.inc b/gui/themes/default.inc index a9a6608a02..69f23d31da 100644 --- a/gui/themes/default.inc +++ b/gui/themes/default.inc @@ -896,7 +896,7 @@ "</layout> " "</layout> " "</dialog> " -"<dialog name='ScummSaveLoad' overlays='screen' inset='16'> " +"<dialog name='ScummSaveLoad' overlays='screen' inset='8' shading='dim'> " "<layout type='vertical' padding='8,8,8,32' center='true'> " "<widget name='Title' " "height='Globals.Line.Height' " @@ -1546,7 +1546,7 @@ "</layout> " "</layout> " "</dialog> " -"<dialog name='ScummSaveLoad' overlays='screen' inset='16'> " +"<dialog name='ScummSaveLoad' overlays='screen' inset='8' shading='dim'> " "<layout type='vertical' padding='8,8,8,8' center='true'> " "<widget name='Title' height='Globals.Line.Height'/> " "<widget name='List' /> " diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip Binary files differindex dfe418a691..2e1b995162 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 545e93451e..4d7698f306 100644 --- a/gui/themes/scummclassic/classic_layout.stx +++ b/gui/themes/scummclassic/classic_layout.stx @@ -623,7 +623,7 @@ </layout> </dialog> - <dialog name = 'ScummSaveLoad' overlays = 'screen' inset = '16'> + <dialog name = 'ScummSaveLoad' overlays = 'screen' inset = '8' shading = 'dim'> <layout type = 'vertical' padding = '8, 8, 8, 32' center = 'true'> <widget name = 'Title' height = 'Globals.Line.Height' @@ -696,4 +696,4 @@ </layout> </layout> </dialog> -</layout_info>
\ No newline at end of file +</layout_info> diff --git a/gui/themes/scummclassic/classic_layout_lowres.stx b/gui/themes/scummclassic/classic_layout_lowres.stx index be5374ed95..d5186b782b 100644 --- a/gui/themes/scummclassic/classic_layout_lowres.stx +++ b/gui/themes/scummclassic/classic_layout_lowres.stx @@ -630,7 +630,7 @@ </layout> </dialog> - <dialog name = 'ScummSaveLoad' overlays = 'screen' inset = '16'> + <dialog name = 'ScummSaveLoad' overlays = 'screen' inset = '8' shading = 'dim'> <layout type = 'vertical' padding = '8, 8, 8, 8' center = 'true'> <widget name = 'Title' height = 'Globals.Line.Height'/> <widget name = 'List' /> diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip Binary files differindex 1f4c62cd46..7e0f434187 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 ab62d92af9..9ed10503ad 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -634,7 +634,7 @@ </layout> </dialog> - <dialog name = 'ScummSaveLoad' overlays = 'screen' inset = '16'> + <dialog name = 'ScummSaveLoad' overlays = 'screen' inset = '8' shading = 'dim'> <layout type = 'vertical' padding = '8, 8, 8, 32' center = 'true'> <widget name = 'Title' height = 'Globals.Line.Height' diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx index 11a10e2a86..820b1c2389 100644 --- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx +++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx @@ -621,7 +621,7 @@ </layout> </dialog> - <dialog name = 'ScummSaveLoad' overlays = 'screen' inset = '16'> + <dialog name = 'ScummSaveLoad' overlays = 'screen' inset = '8' shading = 'dim'> <layout type = 'vertical' padding = '8, 8, 8, 8' center = 'true'> <widget name = 'Title' height = 'Globals.Line.Height'/> <widget name = 'List' /> |