aboutsummaryrefslogtreecommitdiff
path: root/gui/themes
diff options
context:
space:
mode:
authorVicent Marti2009-07-16 11:37:36 +0000
committerVicent Marti2009-07-16 11:37:36 +0000
commit40d8209bca78b548e41f5895da7febe61152b92c (patch)
tree6fa0ee41b296692d33b7c0b0cdef7c1a88ce97a2 /gui/themes
parent19e8b39249df45c99bf1a42782664a2a0588c1db (diff)
downloadscummvm-rg350-40d8209bca78b548e41f5895da7febe61152b92c.tar.gz
scummvm-rg350-40d8209bca78b548e41f5895da7febe61152b92c.tar.bz2
scummvm-rg350-40d8209bca78b548e41f5895da7febe61152b92c.zip
Fixed issue with beveled shapes being drawn outside their shapes. Possible regressions.
svn-id: r42529
Diffstat (limited to 'gui/themes')
-rw-r--r--gui/themes/scummclassic/classic_layout.stx18
1 files changed, 9 insertions, 9 deletions
diff --git a/gui/themes/scummclassic/classic_layout.stx b/gui/themes/scummclassic/classic_layout.stx
index 0256fc7dd6..a55f322ce4 100644
--- a/gui/themes/scummclassic/classic_layout.stx
+++ b/gui/themes/scummclassic/classic_layout.stx
@@ -54,7 +54,7 @@
/>
<widget name = 'Button'
- size = '108, 24'
+ size = '112, 28'
/>
<widget name = 'Slider'
size = '128, 18'
@@ -115,31 +115,31 @@
<widget name = 'GameList'/>
<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10'>
<widget name = 'LoadGameButton'
- height = '20'
+ height = '24'
/>
<widget name = 'AddGameButton'
- height = '20'
+ height = '24'
/>
<widget name = 'EditGameButton'
- height = '20'
+ height = '24'
/>
<widget name = 'RemoveGameButton'
- height = '20'
+ height = '24'
/>
</layout>
<space size = '4'/>
<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10'>
<widget name = 'QuitButton'
- height = '20'
+ height = '24'
/>
<widget name = 'AboutButton'
- height = '20'
+ height = '24'
/>
<widget name = 'OptionsButton'
- height = '20'
+ height = '24'
/>
<widget name = 'StartButton'
- height = '20'
+ height = '24'
/>
</layout>
</layout>