aboutsummaryrefslogtreecommitdiff
path: root/gui/themes/scummclassic
diff options
context:
space:
mode:
authorMax Horn2008-11-11 12:29:41 +0000
committerMax Horn2008-11-11 12:29:41 +0000
commit28c24b3fbb5a4c7b6faa91edc71a9bde00f84e3a (patch)
treee4c1dd22086ba73afd9070ebc2d2fd9cf3e95866 /gui/themes/scummclassic
parentd08192cb04e391b9b148a4bc3921c546476339eb (diff)
downloadscummvm-rg350-28c24b3fbb5a4c7b6faa91edc71a9bde00f84e3a.tar.gz
scummvm-rg350-28c24b3fbb5a4c7b6faa91edc71a9bde00f84e3a.tar.bz2
scummvm-rg350-28c24b3fbb5a4c7b6faa91edc71a9bde00f84e3a.zip
Some GUI tweaks to make certain widgets readable
svn-id: r35004
Diffstat (limited to 'gui/themes/scummclassic')
-rw-r--r--gui/themes/scummclassic/classic_layout_320.stx28
1 files changed, 14 insertions, 14 deletions
diff --git a/gui/themes/scummclassic/classic_layout_320.stx b/gui/themes/scummclassic/classic_layout_320.stx
index f62144414a..853a6a0327 100644
--- a/gui/themes/scummclassic/classic_layout_320.stx
+++ b/gui/themes/scummclassic/classic_layout_320.stx
@@ -189,7 +189,7 @@
type = 'OptionsLabel'
/>
<widget name = 'subToggleButton'
- width = 'Globals.Slider.Width'
+ width = '128'
height = 'Globals.Slider.Height'
/>
</layout>
@@ -452,42 +452,42 @@
<dialog name = 'GlobalMenu' overlays = 'screen_center'>
<layout type = 'vertical' padding = '8, 8, 8, 8' center = 'true'>
<widget name = 'Title'
- width = '120'
+ width = '160'
height = 'Globals.Line.Height'
/>
<widget name = 'Version'
- width = '120'
+ width = '160'
height = 'Globals.Line.Height'
/>
- <widget name = 'Resume'
- width = '70'
- height = 'Globals.Button.Height'
- />
<space size = '4'/>
<widget name = 'Load'
- width = '70'
+ width = '120'
height = 'Globals.Button.Height'
/>
<widget name = 'Save'
- width = '70'
+ width = '120'
height = 'Globals.Button.Height'
/>
<space size = '4'/>
<widget name = 'Options'
- width = '70'
+ width = '120'
height = 'Globals.Button.Height'
/>
<widget name = 'About'
- width = '70'
+ width = '120'
height = 'Globals.Button.Height'
/>
<space size = '4'/>
+ <widget name = 'Resume'
+ width = '120'
+ height = 'Globals.Button.Height'
+ />
<widget name = 'RTL'
- width = '70'
+ width = '120'
height = 'Globals.Button.Height'
/>
<widget name = 'Quit'
- width = '70'
+ width = '120'
height = 'Globals.Button.Height'
/>
</layout>
@@ -562,7 +562,7 @@
type = 'OptionsLabel'
/>
<widget name = 'subToggleButton'
- width = '92'
+ width = '128'
height = 'Globals.Slider.Height'
/>
</layout>