aboutsummaryrefslogtreecommitdiff
path: root/gui/themes
diff options
context:
space:
mode:
authorAlexander Tkachev2016-06-08 18:56:17 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commit90ae7b7337ece337cfd6ed2eabcef4f42a3abe7a (patch)
tree23ecbb062fa3017ff9ff91692a900c2e88896616 /gui/themes
parent870e96eb9ca6e69bea5f47a215d171fd58ab1265 (diff)
downloadscummvm-rg350-90ae7b7337ece337cfd6ed2eabcef4f42a3abe7a.tar.gz
scummvm-rg350-90ae7b7337ece337cfd6ed2eabcef4f42a3abe7a.tar.bz2
scummvm-rg350-90ae7b7337ece337cfd6ed2eabcef4f42a3abe7a.zip
GUI: Add Options dialog Cloud tab
With StorageBrowser to select a Storage. It actually uses CloudMan to switch active Storage.
Diffstat (limited to 'gui/themes')
-rw-r--r--gui/themes/scummmodern/scummmodern_layout.stx13
-rw-r--r--gui/themes/scummmodern/scummmodern_layout_lowres.stx13
2 files changed, 26 insertions, 0 deletions
diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx
index f14e447535..693be090e8 100644
--- a/gui/themes/scummmodern/scummmodern_layout.stx
+++ b/gui/themes/scummmodern/scummmodern_layout.stx
@@ -538,6 +538,19 @@
</layout>
</dialog>
+ <dialog name = 'GlobalOptions_Cloud' overlays = 'Dialog.GlobalOptions.TabWidget'>
+ <layout type = 'vertical' padding = '16, 16, 16, 16' spacing = '8'>
+ <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10' center = 'true'>
+ <widget name = 'StorageButton'
+ type = 'Button'
+ />
+ <widget name = 'CurStorage'
+ height = 'Globals.Line.Height'
+ />
+ </layout>
+ </layout>
+ </dialog>
+
<dialog name='KeysDialog' overlays='Dialog.GlobalOptions' shading='dim'>
<layout type='vertical' padding='8,8,8,8' center='true'>
<widget name='Action'
diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
index 7c2326d5de..105c121a2b 100644
--- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx
+++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
@@ -527,6 +527,19 @@
</layout>
</dialog>
+ <dialog name = 'GlobalOptions_Cloud' overlays = 'Dialog.GlobalOptions.TabWidget'>
+ <layout type = 'vertical' padding = '16, 16, 16, 16' spacing = '8'>
+ <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10' center = 'true'>
+ <widget name = 'StorageButton'
+ type = 'Button'
+ />
+ <widget name = 'CurStorage'
+ height = 'Globals.Line.Height'
+ />
+ </layout>
+ </layout>
+ </dialog>
+
<dialog name='KeysDialog' overlays='Dialog.GlobalOptions' shading='dim'>
<layout type='vertical' padding='8,8,8,8' center='true'>
<widget name='Action'