diff options
author | Johannes Schickel | 2009-08-13 16:50:30 +0000 |
---|---|---|
committer | Johannes Schickel | 2009-08-13 16:50:30 +0000 |
commit | f829f24459b04657e69b370a649aeca48ee35cd0 (patch) | |
tree | 31c59e81ecb34f8bc127bbc5a85c104480c7a49a | |
parent | 54845e7d7ad97f0cd91f648d505c9337e87e3913 (diff) | |
download | scummvm-rg350-f829f24459b04657e69b370a649aeca48ee35cd0.tar.gz scummvm-rg350-f829f24459b04657e69b370a649aeca48ee35cd0.tar.bz2 scummvm-rg350-f829f24459b04657e69b370a649aeca48ee35cd0.zip |
Little fix of new modern theme layout in the launcher for 3x.
svn-id: r43352
-rw-r--r-- | gui/themes/scummmodern.zip | bin | 158242 -> 158405 bytes | |||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 33 |
2 files changed, 19 insertions, 14 deletions
diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip Binary files differindex e3e978ede2..2a93d55593 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 5ee02dacf8..42aaf16824 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -100,25 +100,30 @@ <widget name = 'Logo' width = '283' height = '80' - /> - <layout type = 'horizontal' spacing = '5' padding = '10, 0, 0, 0'> - <widget name = 'SearchPic' - width = '16' - height = '17' - /> - <widget name = 'Search' - width = '150' - height = 'Globals.Line.Height' - /> - <widget name = 'SearchClearButton' - height = 'Globals.Line.Height' - width = 'Globals.Line.Height' - /> + /> + <layout type = 'horizontal' center = 'true' spacing = '5' padding = '10, 0, 0, 0'> + <layout type = 'horizontal' spacing = '5' padding = '0, 0, 0, 0'> + <widget name = 'SearchPic' + width = '16' + height = '17' + /> + <widget name = 'Search' + width = '150' + height = 'Globals.Line.Height' + /> + <widget name = 'SearchClearButton' + height = 'Globals.Line.Height' + width = 'Globals.Line.Height' + /> + </layout> + <space /> <widget name = 'Version' width = '247' height = 'Globals.Line.Height' + textalign = 'center' /> <space /> + <space /> </layout> <layout type = 'horizontal' padding = '0, 0, 0, 0'> <widget name = 'GameList'/> |