diff options
| author | Alexander Tkachev | 2016-07-04 18:30:23 +0600 |
|---|---|---|
| committer | Alexander Tkachev | 2016-08-24 16:07:55 +0600 |
| commit | a5765a339e150952dca27035357bbfb1f88a4718 (patch) | |
| tree | 243922d32dba938709b8dcca130beb4987ecc931 /gui/themes | |
| parent | 1cfdb9661678a5cabb77c2cf60d2fa357121d584 (diff) | |
| download | scummvm-rg350-a5765a339e150952dca27035357bbfb1f88a4718.tar.gz scummvm-rg350-a5765a339e150952dca27035357bbfb1f88a4718.tar.bz2 scummvm-rg350-a5765a339e150952dca27035357bbfb1f88a4718.zip | |
GUI: Update DownloadDialog
It now less empty, because if there is no download in progress, user
sees the RemoteBrowser instead of empty dialog. The cancel button is now
in the left bottom corner.
Diffstat (limited to 'gui/themes')
| -rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 9 | ||||
| -rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_lowres.stx | 9 |
2 files changed, 6 insertions, 12 deletions
diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx index e6493ba160..d2e60d7456 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -588,12 +588,6 @@ <dialog name = 'GlobalOptions_Cloud_DownloadDialog' overlays = 'Dialog.GlobalOptions'> <layout type = 'vertical' padding = '16, 16, 16, 8' spacing = '8'> - <widget name = 'DialogDesc' - height = 'Globals.Line.Height' - /> - <widget name = 'MainButton' - type = 'Button' - /> <widget name = 'RemoteDirectory' height = 'Globals.Line.Height' /> @@ -610,6 +604,9 @@ /> <space/> <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10'> + <widget name = 'MainButton' + type = 'Button' + /> <space/> <widget name = 'CloseButton' type = 'Button' diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx index ab78d3aee1..1ff2e9f524 100644 --- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx +++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx @@ -585,12 +585,6 @@ <dialog name = 'GlobalOptions_Cloud_DownloadDialog' overlays = 'Dialog.GlobalOptions'> <layout type = 'vertical' padding = '8, 8, 8, 4' spacing = '8'> - <widget name = 'DialogDesc' - height = 'Globals.Line.Height' - /> - <widget name = 'MainButton' - type = 'Button' - /> <widget name = 'RemoteDirectory' height = 'Globals.Line.Height' /> @@ -607,6 +601,9 @@ /> <space/> <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '6'> + <widget name = 'MainButton' + type = 'Button' + /> <space/> <widget name = 'CloseButton' type = 'Button' |
