aboutsummaryrefslogtreecommitdiff
path: root/gui/themes/scummmodern
diff options
context:
space:
mode:
authorAlexander Tkachev2016-07-14 16:53:38 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commit1b56f59add45af1894957a58fb4cf662f534d54d (patch)
tree69cd0e29027ff79258900aa9b538af6963bd469a /gui/themes/scummmodern
parentc431ae6d84be1ef73c44b84c58ee3d9edff3d5e3 (diff)
downloadscummvm-rg350-1b56f59add45af1894957a58fb4cf662f534d54d.tar.gz
scummvm-rg350-1b56f59add45af1894957a58fb4cf662f534d54d.tar.bz2
scummvm-rg350-1b56f59add45af1894957a58fb4cf662f534d54d.zip
GUI: Update DownloadDialog
It now has download size and speed labels. Commit also fixes minor mistake in ConnMan.
Diffstat (limited to 'gui/themes/scummmodern')
-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 6edfebc0d4..5f4ef6f14d 100644
--- a/gui/themes/scummmodern/scummmodern_layout.stx
+++ b/gui/themes/scummmodern/scummmodern_layout.stx
@@ -616,6 +616,12 @@
height = 'Globals.Line.Height'
textalign = 'center'
/>
+ <widget name = 'DownloadSize'
+ height = 'Globals.Line.Height'
+ />
+ <widget name = 'DownloadSpeed'
+ height = 'Globals.Line.Height'
+ />
<space/>
<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10'>
<widget name = 'MainButton'
diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
index e183ceea2d..24476e3619 100644
--- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx
+++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
@@ -613,6 +613,12 @@
height = 'Globals.Line.Height'
textalign = 'center'
/>
+ <widget name = 'DownloadSize'
+ height = 'Globals.Line.Height'
+ />
+ <widget name = 'DownloadSpeed'
+ height = 'Globals.Line.Height'
+ />
<space/>
<layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '6'>
<widget name = 'MainButton'