diff options
author | Alexander Tkachev | 2016-06-09 15:55:53 +0600 |
---|---|---|
committer | Alexander Tkachev | 2016-08-24 16:07:55 +0600 |
commit | e1e48968b4e5b7d55594adf038657bf6a8d7bc43 (patch) | |
tree | 6cd6824c243c29575bbaab8843b77b2315921f94 /gui/themes | |
parent | 9b15ec9989fc67a0537b1e70732d3dba48797165 (diff) | |
download | scummvm-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')
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 8 | ||||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_lowres.stx | 40 |
2 files changed, 40 insertions, 8 deletions
diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx index 093eeba522..a4b4ccda8b 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -541,11 +541,11 @@ <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 = 'StoragePopupDesc' + type = 'OptionsLabel' /> - <widget name = 'CurStorage' - height = 'Globals.Line.Height' + <widget name = 'StoragePopup' + type = 'PopUp' /> </layout> <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10' center = 'true'> 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> |