aboutsummaryrefslogtreecommitdiff
path: root/gui
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
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')
-rw-r--r--gui/themes/default.inc28
-rw-r--r--gui/themes/scummclassic.zipbin43774 -> 43768 bytes
-rw-r--r--gui/themes/scummclassic/classic_layout_320.stx28
-rw-r--r--gui/themes/scummmodern.zipbin144231 -> 144225 bytes
-rw-r--r--gui/themes/scummmodern/scummmodern_layout_320.stx28
5 files changed, 42 insertions, 42 deletions
diff --git a/gui/themes/default.inc b/gui/themes/default.inc
index d746e93b3c..989ae46695 100644
--- a/gui/themes/default.inc
+++ b/gui/themes/default.inc
@@ -1070,7 +1070,7 @@
"type='OptionsLabel' "
"/> "
"<widget name='subToggleButton' "
-"width='Globals.Slider.Width' "
+"width='128' "
"height='Globals.Slider.Height' "
"/> "
"</layout> "
@@ -1321,42 +1321,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> "
@@ -1429,7 +1429,7 @@
"type='OptionsLabel' "
"/> "
"<widget name='subToggleButton' "
-"width='92' "
+"width='128' "
"height='Globals.Slider.Height' "
"/> "
"</layout> "
diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip
index 50f7b1a9a2..23c24b0fc7 100644
--- a/gui/themes/scummclassic.zip
+++ b/gui/themes/scummclassic.zip
Binary files differ
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>
diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip
index 5055b31846..f62b2764aa 100644
--- a/gui/themes/scummmodern.zip
+++ b/gui/themes/scummmodern.zip
Binary files differ
diff --git a/gui/themes/scummmodern/scummmodern_layout_320.stx b/gui/themes/scummmodern/scummmodern_layout_320.stx
index 9dd1f8f521..22a9899b47 100644
--- a/gui/themes/scummmodern/scummmodern_layout_320.stx
+++ b/gui/themes/scummmodern/scummmodern_layout_320.stx
@@ -187,7 +187,7 @@
type = 'OptionsLabel'
/>
<widget name = 'subToggleButton'
- width = 'Globals.Slider.Width'
+ width = '128'
height = 'Globals.Slider.Height'
/>
</layout>
@@ -450,42 +450,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>
@@ -560,7 +560,7 @@
type = 'OptionsLabel'
/>
<widget name = 'subToggleButton'
- width = '92'
+ width = '128'
height = 'Globals.Slider.Height'
/>
</layout>