aboutsummaryrefslogtreecommitdiff
path: root/gui/themes/scummmodern/scummmodern_layout_lowres.stx
diff options
context:
space:
mode:
authorAlexander Tkachev2016-06-09 15:55:53 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commite1e48968b4e5b7d55594adf038657bf6a8d7bc43 (patch)
tree6cd6824c243c29575bbaab8843b77b2315921f94 /gui/themes/scummmodern/scummmodern_layout_lowres.stx
parent9b15ec9989fc67a0537b1e70732d3dba48797165 (diff)
downloadscummvm-rg350-e1e48968b4e5b7d55594adf038657bf6a8d7bc43.tar.gz
scummvm-rg350-e1e48968b4e5b7d55594adf038657bf6a8d7bc43.tar.bz2
scummvm-rg350-e1e48968b4e5b7d55594adf038657bf6a8d7bc43.zip
GUI: Replace Cloud tab's StorageBrowser with PopUp
Diffstat (limited to 'gui/themes/scummmodern/scummmodern_layout_lowres.stx')
-rw-r--r--gui/themes/scummmodern/scummmodern_layout_lowres.stx40
1 files changed, 36 insertions, 4 deletions
diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
index 105c121a2b..4a4479c564 100644
--- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx
+++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
@@ -529,11 +529,43 @@
<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'
+ <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '6' center = 'true'>
+ <widget name = 'StoragePopupDesc'
+ width = '80'
+ height = 'Globals.Line.Height'
+ textalign = 'right'
+ />
+ <widget name = 'StoragePopup'
+ type = 'PopUp'
+ />
+ </layout>
+ <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '6' center = 'true'>
+ <widget name = 'StorageUsernameDesc'
+ width = '80'
+ height = 'Globals.Line.Height'
+ textalign = 'right'
+ />
+ <widget name = 'StorageUsernameLabel'
+ height = 'Globals.Line.Height'
+ />
+ </layout>
+ <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '6' center = 'true'>
+ <widget name = 'StorageUsedSpaceDesc'
+ width = '80'
+ height = 'Globals.Line.Height'
+ textalign = 'right'
+ />
+ <widget name = 'StorageUsedSpaceLabel'
+ height = 'Globals.Line.Height'
+ />
+ </layout>
+ <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '6' center = 'true'>
+ <widget name = 'StorageLastSyncDesc'
+ width = '80'
+ height = 'Globals.Line.Height'
+ textalign = 'right'
/>
- <widget name = 'CurStorage'
+ <widget name = 'StorageLastSyncLabel'
height = 'Globals.Line.Height'
/>
</layout>