diff options
author | Filippos Karapetis | 2012-02-27 22:50:01 +0200 |
---|---|---|
committer | Johannes Schickel | 2012-03-19 20:32:34 +0100 |
commit | c84cd8dee83fe42263f82ae3bb603360b99e0b0a (patch) | |
tree | c9e2b3328dc198620b3d0cc77d2ae6802a866562 /dists/bada | |
parent | be8c557645bf73e96a463c60bd0422b39a3edfef (diff) | |
download | scummvm-rg350-c84cd8dee83fe42263f82ae3bb603360b99e0b0a.tar.gz scummvm-rg350-c84cd8dee83fe42263f82ae3bb603360b99e0b0a.tar.bz2 scummvm-rg350-c84cd8dee83fe42263f82ae3bb603360b99e0b0a.zip |
GUI: Add per-engine and per-game options
Diffstat (limited to 'dists/bada')
-rw-r--r-- | dists/bada/Res/scummmobile/THEMERC | 2 | ||||
-rw-r--r-- | dists/bada/Res/scummmobile/scummmobile_layout.stx | 26 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dists/bada/Res/scummmobile/THEMERC b/dists/bada/Res/scummmobile/THEMERC index 61fccdb996..1d607086b8 100644 --- a/dists/bada/Res/scummmobile/THEMERC +++ b/dists/bada/Res/scummmobile/THEMERC @@ -1 +1 @@ -[SCUMMVM_STX0.8.3:ScummVM Mobile Theme:No Author] +[SCUMMVM_STX0.8.9:ScummVM Mobile Theme:No Author] diff --git a/dists/bada/Res/scummmobile/scummmobile_layout.stx b/dists/bada/Res/scummmobile/scummmobile_layout.stx index c2fdfc612d..efb8ebc6b5 100644 --- a/dists/bada/Res/scummmobile/scummmobile_layout.stx +++ b/dists/bada/Res/scummmobile/scummmobile_layout.stx @@ -621,6 +621,32 @@ </layout> </dialog> + <dialog name = 'GameOptions_Engine' overlays = 'Dialog.GameOptions.TabWidget' shading = 'dim'> + <layout type = 'vertical' padding = '16, 16, 16, 16'> + <widget name = 'customOption1Checkbox' + type = 'Checkbox' + /> + <widget name = 'customOption2Checkbox' + type = 'Checkbox' + /> + <widget name = 'customOption3Checkbox' + type = 'Checkbox' + /> + <widget name = 'customOption4Checkbox' + type = 'Checkbox' + /> + <widget name = 'customOption5Checkbox' + type = 'Checkbox' + /> + <widget name = 'customOption6Checkbox' + type = 'Checkbox' + /> + <widget name = 'customOption7Checkbox' + type = 'Checkbox' + /> + </layout> + </dialog> + <dialog name = 'GlobalMenu' overlays = 'screen_center'> <layout type = 'vertical' padding = '16, 16, 16, 16' center = 'true'> <widget name = 'Logo' |