diff options
author | Alexander Tkachev | 2016-07-04 17:11:58 +0600 |
---|---|---|
committer | Alexander Tkachev | 2016-08-24 16:07:55 +0600 |
commit | ddb1a6ccb6238aaed599b271506a94a7c0f18844 (patch) | |
tree | 7ed9d88ad605383f043a12e62528b09e1ca73422 /gui/themes | |
parent | b8ee9d4e7d32d0cc0dd832cbd0ffec5c5d08db34 (diff) | |
download | scummvm-rg350-ddb1a6ccb6238aaed599b271506a94a7c0f18844.tar.gz scummvm-rg350-ddb1a6ccb6238aaed599b271506a94a7c0f18844.tar.bz2 scummvm-rg350-ddb1a6ccb6238aaed599b271506a94a7c0f18844.zip |
GUI: Upgrade DownloadDialog
It now shows the remote and local directories and a progress bar.
Storage now shows OSD messages on download success and failure.
Diffstat (limited to 'gui/themes')
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 14 | ||||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_lowres.stx | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx index f9ec30b81b..e6493ba160 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -594,6 +594,20 @@ <widget name = 'MainButton' type = 'Button' /> + <widget name = 'RemoteDirectory' + height = 'Globals.Line.Height' + /> + <widget name = 'LocalDirectory' + height = 'Globals.Line.Height' + /> + <widget name = 'ProgressBar' + height = 'Globals.Button.Height' + /> + <space size = '1'/> + <widget name = 'PercentText' + height = 'Globals.Line.Height' + textalign = 'center' + /> <space/> <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10'> <space/> diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx index fe15dc2410..ab78d3aee1 100644 --- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx +++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx @@ -591,6 +591,20 @@ <widget name = 'MainButton' type = 'Button' /> + <widget name = 'RemoteDirectory' + height = 'Globals.Line.Height' + /> + <widget name = 'LocalDirectory' + height = 'Globals.Line.Height' + /> + <widget name = 'ProgressBar' + height = 'Globals.Button.Height' + /> + <space size = '1'/> + <widget name = 'PercentText' + height = 'Globals.Line.Height' + textalign = 'center' + /> <space/> <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '6'> <space/> |