diff options
| author | Christopher Page | 2008-08-14 03:50:48 +0000 |
|---|---|---|
| committer | Christopher Page | 2008-08-14 03:50:48 +0000 |
| commit | c747e1d1050a22b45c014f91612cb9082a722eeb (patch) | |
| tree | 2d24664aadec6ae381a6a6f0407d9868efa109e4 /gui/themes | |
| parent | 6bebff8ab0f6f7d440a83d7109ee46047085c5cc (diff) | |
| download | scummvm-rg350-c747e1d1050a22b45c014f91612cb9082a722eeb.tar.gz scummvm-rg350-c747e1d1050a22b45c014f91612cb9082a722eeb.tar.bz2 scummvm-rg350-c747e1d1050a22b45c014f91612cb9082a722eeb.zip | |
Added 'delete' button to the launcher's load dialog, implementation for deleting a savegame to come
svn-id: r33855
Diffstat (limited to 'gui/themes')
| -rw-r--r-- | gui/themes/classic080.ini | 2 | ||||
| -rw-r--r-- | gui/themes/modern.ini | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/gui/themes/classic080.ini b/gui/themes/classic080.ini index 83713eafd1..766059ecb5 100644 --- a/gui/themes/classic080.ini +++ b/gui/themes/classic080.ini @@ -290,6 +290,7 @@ scummsaveload_thumbnail.fillG=0 scummsaveload_thumbnail.fillB=0 scummsaveload_cancel=(parent.w - 2 * (buttonWidth + 10)) (parent.h - buttonHeight - 8) buttonWidth buttonHeight scummsaveload_choose=(prev.x2 + 10) prev.y prev.w prev.h +scummsaveload_delete=prev.x (prev.y - 30) prev.w prev.h scummsaveload_extinfo.visible=true ############################################ @@ -442,6 +443,7 @@ scummsaveload_list=10 18 prev.w (parent.h - 17 - buttonHeight - 8 - self.y) scummsaveload_thumbnail=(parent.w - (kThumbnailWidth + 22)) 18 scummsaveload_cancel=(parent.w - 2 * (buttonWidth + 10)) (parent.h - buttonHeight - 8) buttonWidth buttonHeight scummsaveload_choose=(prev.x2 + 10) prev.y prev.w prev.h +scummsaveload_delete=prev.x (prev.y - 30) prev.w prev.h scummsaveload_extinfo.visible=false # MM NES resolution diff --git a/gui/themes/modern.ini b/gui/themes/modern.ini index 77c7237451..8dbe7331f8 100644 --- a/gui/themes/modern.ini +++ b/gui/themes/modern.ini @@ -457,6 +457,7 @@ scummsaveload_thumbnail.fillG=0 scummsaveload_thumbnail.fillB=0 scummsaveload_cancel=(parent.w - 2 * (buttonWidth + 10)) (parent.h - buttonHeight - 8) buttonWidth buttonHeight scummsaveload_choose=(prev.x2 + 10) prev.y prev.w prev.h +scummsaveload_delete=prev.x (prev.y - 30) prev.w prev.h scummsaveload_extinfo.visible=true ############################################ |
