aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2010-06-15 10:49:16 +0000
committerEugene Sandulenko2010-06-15 10:49:16 +0000
commit24abc6fb39ebf79e06fb39888bba6ae7e87f771a (patch)
tree8f2460c9ef8485e723a6436148438ed944dec26e
parentdc040aa8671797853b0b1f9add3320c6e1f22c33 (diff)
downloadscummvm-rg350-24abc6fb39ebf79e06fb39888bba6ae7e87f771a.tar.gz
scummvm-rg350-24abc6fb39ebf79e06fb39888bba6ae7e87f771a.tar.bz2
scummvm-rg350-24abc6fb39ebf79e06fb39888bba6ae7e87f771a.zip
GUI: Improved look of GMM options menu.
svn-id: r49768
-rw-r--r--gui/themes/default.inc11
-rw-r--r--gui/themes/scummclassic.zipbin54695 -> 54961 bytes
-rw-r--r--gui/themes/scummclassic/classic_layout.stx3
-rw-r--r--gui/themes/scummclassic/classic_layout_lowres.stx26
-rw-r--r--gui/themes/scummmodern.zipbin162132 -> 162341 bytes
-rw-r--r--gui/themes/scummmodern/scummmodern_layout.stx6
-rw-r--r--gui/themes/scummmodern/scummmodern_layout_lowres.stx26
7 files changed, 48 insertions, 24 deletions
diff --git a/gui/themes/default.inc b/gui/themes/default.inc
index 9d1cabf7f0..8dabe7c998 100644
--- a/gui/themes/default.inc
+++ b/gui/themes/default.inc
@@ -1032,12 +1032,15 @@
"/> "
"<widget name='subToggleSpeechOnly' "
"type='Radiobutton' "
+"width='100' "
"/> "
"<widget name='subToggleSubOnly' "
"type='Radiobutton' "
+"width='100' "
"/> "
"<widget name='subToggleSubBoth' "
"type='Radiobutton' "
+"width='100' "
"/> "
"</layout> "
"<layout type='horizontal' padding='0,0,0,0' spacing='10'> "
@@ -1781,20 +1784,26 @@
"/> "
"</layout> "
"<space size='4' /> "
-"<layout type='horizontal' padding='0,0,0,0' spacing='1' center='true'> "
+"<layout type='vertical' padding='0,0,0,0' spacing='1' center='true'> "
"<widget name='subToggleDesc' "
"type='OptionsLabel' "
"/> "
+"<layout type='horizontal' padding='0,0,0,0' spacing='6' center='true'> "
"<widget name='subToggleSpeechOnly' "
"type='Radiobutton' "
+"width='90' "
"/> "
"<widget name='subToggleSubOnly' "
"type='Radiobutton' "
+"width='90' "
"/> "
"<widget name='subToggleSubBoth' "
"type='Radiobutton' "
+"width='90' "
"/> "
"</layout> "
+"</layout> "
+"<space size='4' /> "
"<layout type='horizontal' padding='0,0,0,0' spacing='6' center='true'> "
"<widget name='subSubtitleSpeedDesc' "
"type='OptionsLabel' "
diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip
index bff76afd91..e706ec24ba 100644
--- a/gui/themes/scummclassic.zip
+++ b/gui/themes/scummclassic.zip
Binary files differ
diff --git a/gui/themes/scummclassic/classic_layout.stx b/gui/themes/scummclassic/classic_layout.stx
index 0faf909862..be4a6e2638 100644
--- a/gui/themes/scummclassic/classic_layout.stx
+++ b/gui/themes/scummclassic/classic_layout.stx
@@ -671,12 +671,15 @@
/>
<widget name = 'subToggleSpeechOnly'
type = 'Radiobutton'
+ width = '100'
/>
<widget name = 'subToggleSubOnly'
type = 'Radiobutton'
+ width = '100'
/>
<widget name = 'subToggleSubBoth'
type = 'Radiobutton'
+ width = '100'
/>
</layout>
<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10'>
diff --git a/gui/themes/scummclassic/classic_layout_lowres.stx b/gui/themes/scummclassic/classic_layout_lowres.stx
index 3573e56a79..a2fc1097f2 100644
--- a/gui/themes/scummclassic/classic_layout_lowres.stx
+++ b/gui/themes/scummclassic/classic_layout_lowres.stx
@@ -671,20 +671,26 @@
/>
</layout>
<space size = '4' />
- <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '1' center = 'true'>
+ <layout type = 'vertical' padding = '0, 0, 0, 0' spacing = '1' center = 'true'>
<widget name = 'subToggleDesc'
type = 'OptionsLabel'
/>
- <widget name = 'subToggleSpeechOnly'
- type = 'Radiobutton'
- />
- <widget name = 'subToggleSubOnly'
- type = 'Radiobutton'
- />
- <widget name = 'subToggleSubBoth'
- type = 'Radiobutton'
- />
+ <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '6' center = 'true'>
+ <widget name = 'subToggleSpeechOnly'
+ type = 'Radiobutton'
+ width = '90'
+ />
+ <widget name = 'subToggleSubOnly'
+ type = 'Radiobutton'
+ width = '90'
+ />
+ <widget name = 'subToggleSubBoth'
+ type = 'Radiobutton'
+ width = '90'
+ />
+ </layout>
</layout>
+ <space size = '4' />
<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '6' center = 'true'>
<widget name = 'subSubtitleSpeedDesc'
type = 'OptionsLabel'
diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip
index a301e25f14..6ee53dce68 100644
--- a/gui/themes/scummmodern.zip
+++ b/gui/themes/scummmodern.zip
Binary files differ
diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx
index 787696dc34..fdf7c0456b 100644
--- a/gui/themes/scummmodern/scummmodern_layout.stx
+++ b/gui/themes/scummmodern/scummmodern_layout.stx
@@ -684,15 +684,15 @@
/>
<widget name = 'subToggleSpeechOnly'
type = 'Radiobutton'
- width = '50'
+ width = '100'
/>
<widget name = 'subToggleSubOnly'
type = 'Radiobutton'
- width = '50'
+ width = '100'
/>
<widget name = 'subToggleSubBoth'
type = 'Radiobutton'
- width = '50'
+ width = '100'
/>
</layout>
<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10'>
diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
index 9b811f5a48..72965d73f7 100644
--- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx
+++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
@@ -667,20 +667,26 @@
/>
</layout>
<space size = '4' />
- <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '6' center = 'true'>
+ <layout type = 'vertical' padding = '0, 0, 0, 0' spacing = '6' center = 'true'>
<widget name = 'subToggleDesc'
type = 'OptionsLabel'
/>
- <widget name = 'subToggleSpeechOnly'
- type = 'Radiobutton'
- />
- <widget name = 'subToggleSubOnly'
- type = 'Radiobutton'
- />
- <widget name = 'subToggleSubBoth'
- type = 'Radiobutton'
- />
+ <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '6' center = 'true'>
+ <widget name = 'subToggleSpeechOnly'
+ type = 'Radiobutton'
+ width = '90'
+ />
+ <widget name = 'subToggleSubOnly'
+ type = 'Radiobutton'
+ width = '90'
+ />
+ <widget name = 'subToggleSubBoth'
+ type = 'Radiobutton'
+ width = '90'
+ />
+ </layout>
</layout>
+ <space size = '4' />
<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '6' center = 'true'>
<widget name = 'subSubtitleSpeedDesc'
type = 'OptionsLabel'