aboutsummaryrefslogtreecommitdiff
path: root/gui/themes/scummmodern
diff options
context:
space:
mode:
authorlubomyr2017-01-31 22:44:50 +0200
committerlubomyr2017-01-31 22:44:50 +0200
commit9cdda5c045bed4d3a8fe5fc841225f735624e341 (patch)
tree192e4ee9a4f57c7a0e5faeec1b923fdfddf30805 /gui/themes/scummmodern
parent2aa0cdcff67bf423fd7eb5ed8b50749930d32a0f (diff)
downloadscummvm-rg350-9cdda5c045bed4d3a8fe5fc841225f735624e341.tar.gz
scummvm-rg350-9cdda5c045bed4d3a8fe5fc841225f735624e341.tar.bz2
scummvm-rg350-9cdda5c045bed4d3a8fe5fc841225f735624e341.zip
ANDROIDSDL: implemented checkbox for show/hide on-screen control in Options menu
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r--gui/themes/scummmodern/scummmodern_layout.stx3
-rw-r--r--gui/themes/scummmodern/scummmodern_layout_lowres.stx3
2 files changed, 6 insertions, 0 deletions
diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx
index 4ac032ac67..49fb4813a4 100644
--- a/gui/themes/scummmodern/scummmodern_layout.stx
+++ b/gui/themes/scummmodern/scummmodern_layout.stx
@@ -254,6 +254,9 @@
<dialog name = 'GlobalOptions_AndroidSdl' overlays = 'Dialog.GlobalOptions.TabWidget'>
<layout type = 'vertical' padding = '16, 16, 16, 16' spacing = '8'>
+ <widget name = 'grOnScreenCheckbox'
+ type = 'Checkbox'
+ />
<widget name = 'grTouchpadCheckbox'
type = 'Checkbox'
/>
diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
index f8e56f4083..4a74704c34 100644
--- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx
+++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
@@ -235,6 +235,9 @@
<dialog name = 'GlobalOptions_AndroidSdl' overlays = 'Dialog.GlobalOptions.TabWidget'>
<layout type = 'vertical' padding = '16, 16, 16, 16' spacing = '8'>
+ <widget name = 'grOnScreenCheckbox'
+ type = 'Checkbox'
+ />
<widget name = 'grTouchpadCheckbox'
type = 'Checkbox'
/>