aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Persson2009-02-24 18:51:42 +0000
committerLars Persson2009-02-24 18:51:42 +0000
commit7176a61a85c236116dcdf435315b1a0e1cb179a6 (patch)
tree34362a5868d855eab86cea21a11f6fd49b592eb4
parente29c3346015eb82b9bcfe2f366bce1b991252aa6 (diff)
downloadscummvm-rg350-7176a61a85c236116dcdf435315b1a0e1cb179a6.tar.gz
scummvm-rg350-7176a61a85c236116dcdf435315b1a0e1cb179a6.tar.bz2
scummvm-rg350-7176a61a85c236116dcdf435315b1a0e1cb179a6.zip
Small UI updated with smaller HELP dialog to fit a 320x200 screen. The help text does not fit though.
svn-id: r38848
-rw-r--r--gui/themes/default.inc8
-rw-r--r--gui/themes/scummclassic/classic_layout_lowres.stx8
-rw-r--r--gui/themes/scummmodern/scummmodern_layout_lowres.stx8
3 files changed, 12 insertions, 12 deletions
diff --git a/gui/themes/default.inc b/gui/themes/default.inc
index 69f23d31da..952b29c9a8 100644
--- a/gui/themes/default.inc
+++ b/gui/themes/default.inc
@@ -1565,16 +1565,16 @@
"</layout> "
"</layout> "
"</dialog> "
-"<dialog name='ScummHelp' overlays='screen_center'> "
-"<layout type='vertical' padding='8,8,8,8'> "
+"<dialog name='ScummHelp' overlays='screen'> "
+"<layout type='vertical' padding='8,8,0,0'> "
"<widget name='Title' "
"width='180' "
"height='Globals.Line.Height' "
"/> "
"<widget name='HelpText' "
-"height='170' "
+"height='140' "
"/> "
-"<layout type='horizontal' padding='0,0,4,0'> "
+"<layout type='horizontal' padding='0,0,0,0'> "
"<widget name='Prev' "
"type='Button' "
"/> "
diff --git a/gui/themes/scummclassic/classic_layout_lowres.stx b/gui/themes/scummclassic/classic_layout_lowres.stx
index d5186b782b..efb1ae96ec 100644
--- a/gui/themes/scummclassic/classic_layout_lowres.stx
+++ b/gui/themes/scummclassic/classic_layout_lowres.stx
@@ -650,16 +650,16 @@
</layout>
</dialog>
- <dialog name = 'ScummHelp' overlays = 'screen_center'>
- <layout type = 'vertical' padding = '8, 8, 8, 8'>
+ <dialog name = 'ScummHelp' overlays = 'screen'>
+ <layout type = 'vertical' padding = '8, 8, 0, 0'>
<widget name = 'Title'
width = '180'
height = 'Globals.Line.Height'
/>
<widget name = 'HelpText'
- height = '170'
+ height = '140'
/>
- <layout type = 'horizontal' padding = '0, 0, 4, 0'>
+ <layout type = 'horizontal' padding = '0, 0, 0, 0'>
<widget name = 'Prev'
type = 'Button'
/>
diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
index 820b1c2389..9c847ed5f3 100644
--- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx
+++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
@@ -641,16 +641,16 @@
</layout>
</dialog>
- <dialog name = 'ScummHelp' overlays = 'screen_center'>
- <layout type = 'vertical' padding = '8, 8, 8, 8'>
+ <dialog name = 'ScummHelp' overlays = 'screen'>
+ <layout type = 'vertical' padding = '8, 8, 0, 0'>
<widget name = 'Title'
width = '180'
height = 'Globals.Line.Height'
/>
<widget name = 'HelpText'
- height = '170'
+ height = '140'
/>
- <layout type = 'horizontal' padding = '0, 0, 4, 0'>
+ <layout type = 'horizontal' padding = '0, 0, 0, 0'>
<widget name = 'Prev'
type = 'Button'
/>