diff options
author | Johannes Schickel | 2009-08-13 17:00:19 +0000 |
---|---|---|
committer | Johannes Schickel | 2009-08-13 17:00:19 +0000 |
commit | 4c5ac578b49512766fa00c171825912f1ff316dc (patch) | |
tree | 5e6abc9d2057b1eb896d9fd0c2420ebbf991650d /gui | |
parent | f829f24459b04657e69b370a649aeca48ee35cd0 (diff) | |
download | scummvm-rg350-4c5ac578b49512766fa00c171825912f1ff316dc.tar.gz scummvm-rg350-4c5ac578b49512766fa00c171825912f1ff316dc.tar.bz2 scummvm-rg350-4c5ac578b49512766fa00c171825912f1ff316dc.zip |
Cleanup.
svn-id: r43353
Diffstat (limited to 'gui')
-rw-r--r-- | gui/themes/scummmodern.zip | bin | 158405 -> 158294 bytes | |||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 28 |
2 files changed, 13 insertions, 15 deletions
diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip Binary files differindex 2a93d55593..7e693c3247 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 42aaf16824..6582022fe1 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -101,21 +101,19 @@ width = '283' height = '80' /> - <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> + <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' + /> <space /> <widget name = 'Version' width = '247' |