aboutsummaryrefslogtreecommitdiff
path: root/gui/themes
diff options
context:
space:
mode:
authorVicent Marti2008-08-10 18:26:14 +0000
committerVicent Marti2008-08-10 18:26:14 +0000
commit559c19e9f4aa22ab37cbc4af29ea1dae28dd42a4 (patch)
tree48c74a15d00c034b38377358d1a6b5e872881d47 /gui/themes
parent8a31616f46d64a1972692f8d7cd8559231a53424 (diff)
downloadscummvm-rg350-559c19e9f4aa22ab37cbc4af29ea1dae28dd42a4.tar.gz
scummvm-rg350-559c19e9f4aa22ab37cbc4af29ea1dae28dd42a4.tar.bz2
scummvm-rg350-559c19e9f4aa22ab37cbc4af29ea1dae28dd42a4.zip
Bugfix: Inverse layout reflowing.
Bugfix: Glitches with several layouts when using Aspect Ratio Correction. svn-id: r33764
Diffstat (limited to 'gui/themes')
-rw-r--r--gui/themes/scummodern.stx27
-rw-r--r--gui/themes/scummodern.zipbin30075 -> 109834 bytes
2 files changed, 26 insertions, 1 deletions
diff --git a/gui/themes/scummodern.stx b/gui/themes/scummodern.stx
index 965008a6e8..d3df1865ca 100644
--- a/gui/themes/scummodern.stx
+++ b/gui/themes/scummodern.stx
@@ -483,6 +483,8 @@
<def var = 'ShowLauncherLogo' value = '1'/>
<def resolution = '320xY' var = 'ShowLauncherLogo' value = '0'/>
+
+ <def var = 'ScummSaveLoad.ExtInfo.Visible' value = '1'/>
<widget name = 'OptionsLabel'
size = '110, Globals.Line.Height'
@@ -582,7 +584,7 @@
<widget name = 'Version'
height = 'Globals.Line.Height'
/>
- <widget name = 'GameList' width = '304' height = '120'/>
+ <widget name = 'GameList'/>
<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '6'>
<widget name = 'AddGameButton'
width = '95'
@@ -1050,4 +1052,27 @@
</layout>
</layout>
</dialog>
+
+ <dialog name = 'ScummHelp' overlays = 'screen_center'>
+ <layout type = 'vertical' padding = '8, 8, 8, 8' direction = 'bottom2top'>
+ <layout type = 'horizontal' padding = '0, 0, 16, 0'>
+ <widget name = 'Prev'
+ type = 'Button'
+ />
+ <widget name = 'Next'
+ type = 'Button'
+ />
+ <space size = '32'/>
+ <widget name = 'Close'
+ type = 'Button'
+ />
+ </layout>
+ <widget name = 'HelpText'
+ height = '220'
+ />
+ <widget name = 'Title'
+ height = 'Globals.Line.Height'
+ />
+ </layout>
+ </dialog>
</layout_info> \ No newline at end of file
diff --git a/gui/themes/scummodern.zip b/gui/themes/scummodern.zip
index 2a6f268eb9..e9280529f1 100644
--- a/gui/themes/scummodern.zip
+++ b/gui/themes/scummodern.zip
Binary files differ