diff options
author | Johannes Schickel | 2010-07-04 01:19:16 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-07-04 01:19:16 +0000 |
commit | db01417447a38f66503d33f1fd0b0ec20b5299a9 (patch) | |
tree | ee4cd340e132e5d0b80f0ef2b5f2731ea7eac38a | |
parent | 052d2ab6f17e6ec239f368ee802a659be46098cc (diff) | |
download | scummvm-rg350-db01417447a38f66503d33f1fd0b0ec20b5299a9.tar.gz scummvm-rg350-db01417447a38f66503d33f1fd0b0ec20b5299a9.tar.bz2 scummvm-rg350-db01417447a38f66503d33f1fd0b0ec20b5299a9.zip |
Fix the size of the ScummVM logo in the launcher in the modern theme.
svn-id: r50642
-rw-r--r-- | gui/themes/scummclassic.zip | bin | 57409 -> 56900 bytes | |||
-rw-r--r-- | gui/themes/scummmodern.zip | bin | 158996 -> 164185 bytes | |||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip Binary files differindex 27362daf4a..b5866337ad 100644 --- a/gui/themes/scummclassic.zip +++ b/gui/themes/scummclassic.zip diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip Binary files differindex 699cbb319a..aba0c944c3 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 bd514acd85..796d4d9a94 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -110,7 +110,7 @@ <dialog name = 'Launcher' overlays = 'screen'> <layout type = 'vertical' center = 'true' padding = '23, 23, 8, 23'> <widget name = 'Logo' - width = '283' + width = '287' height = '80' /> <layout type = 'horizontal' spacing = '5' padding = '10, 0, 0, 0'> |