aboutsummaryrefslogtreecommitdiff
path: root/gui/themes
diff options
context:
space:
mode:
authorAlexander Tkachev2016-07-11 13:57:46 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commitee3ce476068e487517022bdb9ee397ff2f070d86 (patch)
tree13f481540f3d7049f59f6b65a988d7c9041d68e7 /gui/themes
parentd5753a484719019af9b322a74c414a9d242f8f83 (diff)
downloadscummvm-rg350-ee3ce476068e487517022bdb9ee397ff2f070d86.tar.gz
scummvm-rg350-ee3ce476068e487517022bdb9ee397ff2f070d86.tar.bz2
scummvm-rg350-ee3ce476068e487517022bdb9ee397ff2f070d86.zip
GUI: Use Container in the Cloud tab
It has a visibility issue, but we're already working on it.
Diffstat (limited to 'gui/themes')
-rw-r--r--gui/themes/scummmodern/scummmodern_layout.stx6
-rw-r--r--gui/themes/scummmodern/scummmodern_layout_lowres.stx6
2 files changed, 12 insertions, 0 deletions
diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx
index 9e79ac29b7..753d061ae1 100644
--- a/gui/themes/scummmodern/scummmodern_layout.stx
+++ b/gui/themes/scummmodern/scummmodern_layout.stx
@@ -539,6 +539,12 @@
</dialog>
<dialog name = 'GlobalOptions_Cloud' overlays = 'Dialog.GlobalOptions.TabWidget'>
+ <layout type = 'vertical' padding = '0, 0, 0, 0'>
+ <widget name = 'Container'/>
+ </layout>
+ </dialog>
+
+ <dialog name = 'GlobalOptions_Cloud_Container' overlays = 'GlobalOptions_Cloud.Container'>
<layout type = 'vertical' padding = '16, 16, 16, 16' spacing = '8'>
<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10' center = 'true'>
<widget name = 'StoragePopupDesc'
diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
index 9f00d2ee95..f27c8b6564 100644
--- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx
+++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
@@ -528,6 +528,12 @@
</dialog>
<dialog name = 'GlobalOptions_Cloud' overlays = 'Dialog.GlobalOptions.TabWidget'>
+ <layout type = 'vertical' padding = '0, 0, 0, 0'>
+ <widget name = 'Container'/>
+ </layout>
+ </dialog>
+
+ <dialog name = 'GlobalOptions_Cloud_Container' overlays = 'GlobalOptions_Cloud.Container'>
<layout type = 'vertical' padding = '16, 16, 16, 16' spacing = '8'>
<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '6' center = 'true'>
<widget name = 'StoragePopupDesc'