diff options
author | Max Horn | 2008-11-03 18:32:16 +0000 |
---|---|---|
committer | Max Horn | 2008-11-03 18:32:16 +0000 |
commit | 55c10e0ec6f2d6ea7c58ec1e4b74e5552fda5ddc (patch) | |
tree | 4df4d54fc783f837004ab2419c90aaf5c7f5930a /gui/themes | |
parent | 646666125232064f2c4657c4025433b243e42af9 (diff) | |
download | scummvm-rg350-55c10e0ec6f2d6ea7c58ec1e4b74e5552fda5ddc.tar.gz scummvm-rg350-55c10e0ec6f2d6ea7c58ec1e4b74e5552fda5ddc.tar.bz2 scummvm-rg350-55c10e0ec6f2d6ea7c58ec1e4b74e5552fda5ddc.zip |
Patch #2122869: ALL: Common load dialog
svn-id: r34883
Diffstat (limited to 'gui/themes')
-rw-r--r-- | gui/themes/scummclassic.zip | bin | 43354 -> 43733 bytes | |||
-rw-r--r-- | gui/themes/scummclassic/classic_layout.stx | 9 | ||||
-rw-r--r-- | gui/themes/scummclassic/classic_layout_320.stx | 9 | ||||
-rw-r--r-- | gui/themes/scummmodern.zip | bin | 143656 -> 144052 bytes | |||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 9 | ||||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_320.stx | 9 |
6 files changed, 36 insertions, 0 deletions
diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip Binary files differindex 3ee5730303..2d6dd7b113 100644 --- a/gui/themes/scummclassic.zip +++ b/gui/themes/scummclassic.zip diff --git a/gui/themes/scummclassic/classic_layout.stx b/gui/themes/scummclassic/classic_layout.stx index 42e6eaebd7..c663c16853 100644 --- a/gui/themes/scummclassic/classic_layout.stx +++ b/gui/themes/scummclassic/classic_layout.stx @@ -464,6 +464,15 @@ height = 'Globals.Button.Height' /> <space size = '10'/> + <widget name = 'Load' + width = '150' + height = 'Globals.Button.Height' + /> + <widget name = 'Save' + width = '150' + height = 'Globals.Button.Height' + /> + <space size = '10'/> <widget name = 'Options' width = '150' height = 'Globals.Button.Height' diff --git a/gui/themes/scummclassic/classic_layout_320.stx b/gui/themes/scummclassic/classic_layout_320.stx index 7d925be9cb..921e3ff5eb 100644 --- a/gui/themes/scummclassic/classic_layout_320.stx +++ b/gui/themes/scummclassic/classic_layout_320.stx @@ -465,6 +465,15 @@ height = 'Globals.Button.Height' /> <space size = '4'/> + <widget name = 'Load' + width = '70' + height = 'Globals.Button.Height' + /> + <widget name = 'Save' + width = '70' + height = 'Globals.Button.Height' + /> + <space size = '4'/> <widget name = 'Options' width = '70' height = 'Globals.Button.Height' diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip Binary files differindex 0de77c92fc..b4244ec2ef 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 ebf273ccf5..7e463894ff 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -476,6 +476,15 @@ height = 'Globals.Button.Height' /> <space size = '10'/> + <widget name = 'Load' + width = '150' + height = 'Globals.Button.Height' + /> + <widget name = 'Save' + width = '150' + height = 'Globals.Button.Height' + /> + <space size = '10'/> <widget name = 'Options' width = '150' height = 'Globals.Button.Height' diff --git a/gui/themes/scummmodern/scummmodern_layout_320.stx b/gui/themes/scummmodern/scummmodern_layout_320.stx index c135d7e03a..85a5b4b241 100644 --- a/gui/themes/scummmodern/scummmodern_layout_320.stx +++ b/gui/themes/scummmodern/scummmodern_layout_320.stx @@ -462,6 +462,15 @@ height = 'Globals.Button.Height' /> <space size = '4'/> + <widget name = 'Load' + width = '70' + height = 'Globals.Button.Height' + /> + <widget name = 'Save' + width = '70' + height = 'Globals.Button.Height' + /> + <space size = '4'/> <widget name = 'Options' width = '70' height = 'Globals.Button.Height' |