diff options
author | Johannes Schickel | 2009-08-13 16:41:07 +0000 |
---|---|---|
committer | Johannes Schickel | 2009-08-13 16:41:07 +0000 |
commit | 54845e7d7ad97f0cd91f648d505c9337e87e3913 (patch) | |
tree | d5ccb9626fb62e1dd0275b9d2e5bf599e347247b /gui | |
parent | 4afa6d18a4d08dcf903bb9a2973ed0b1123e1c6c (diff) | |
download | scummvm-rg350-54845e7d7ad97f0cd91f648d505c9337e87e3913.tar.gz scummvm-rg350-54845e7d7ad97f0cd91f648d505c9337e87e3913.tar.bz2 scummvm-rg350-54845e7d7ad97f0cd91f648d505c9337e87e3913.zip |
Move version string in Modern theme beneath the Logo in high res mode, this saves some space and looks nicer.
svn-id: r43350
Diffstat (limited to 'gui')
-rw-r--r-- | gui/themes/scummmodern.zip | bin | 158238 -> 158242 bytes | |||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip Binary files differindex beff0131f4..e3e978ede2 100644 --- a/gui/themes/scummmodern.zip +++ b/gui/themes/scummmodern.zip diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx index e6a01d12a1..5ee02dacf8 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -97,10 +97,6 @@ <dialog name = 'Launcher' overlays = 'screen'> <layout type = 'vertical' center = 'true' padding = '23, 23, 8, 23'> - <widget name = 'Version' - width = '247' - height = 'Globals.Line.Height' - /> <widget name = 'Logo' width = '283' height = '80' @@ -118,6 +114,10 @@ height = 'Globals.Line.Height' width = 'Globals.Line.Height' /> + <widget name = 'Version' + width = '247' + height = 'Globals.Line.Height' + /> <space /> </layout> <layout type = 'horizontal' padding = '0, 0, 0, 0'> |