aboutsummaryrefslogtreecommitdiff
path: root/gui/themes/scummmodern
diff options
context:
space:
mode:
authorAlexander Tkachev2016-07-03 20:09:51 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commit97c0bbd2388ac049970fc3c99ebdc072c75724f1 (patch)
tree4eeec1e047cbbcb845499e52bc6d602bfa0f2b37 /gui/themes/scummmodern
parentacce1c89ab2b9b362fa9f2fc32ae813c62038705 (diff)
downloadscummvm-rg350-97c0bbd2388ac049970fc3c99ebdc072c75724f1.tar.gz
scummvm-rg350-97c0bbd2388ac049970fc3c99ebdc072c75724f1.tar.bz2
scummvm-rg350-97c0bbd2388ac049970fc3c99ebdc072c75724f1.zip
GUI: Add DownloadDialog sketch
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r--gui/themes/scummmodern/scummmodern_layout.stx21
-rw-r--r--gui/themes/scummmodern/scummmodern_layout_lowres.stx21
2 files changed, 42 insertions, 0 deletions
diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx
index 5954196f7e..f9ec30b81b 100644
--- a/gui/themes/scummmodern/scummmodern_layout.stx
+++ b/gui/themes/scummmodern/scummmodern_layout.stx
@@ -579,6 +579,27 @@
<widget name = 'RefreshButton'
type = 'Button'
/>
+ <widget name = 'DownloadButton'
+ type = 'Button'
+ />
+ </layout>
+ </layout>
+ </dialog>
+
+ <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'
+ />
+ <space/>
+ <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '10'>
+ <space/>
+ <widget name = 'CloseButton'
+ type = 'Button'
+ />
</layout>
</layout>
</dialog>
diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
index ad9a3b6961..fe15dc2410 100644
--- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx
+++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
@@ -576,6 +576,27 @@
<widget name = 'RefreshButton'
type = 'Button'
/>
+ <widget name = 'DownloadButton'
+ type = 'Button'
+ />
+ </layout>
+ </layout>
+ </dialog>
+
+ <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'
+ />
+ <space/>
+ <layout type = 'horizontal' padding = '0, 0, 0, 0' spacing = '6'>
+ <space/>
+ <widget name = 'CloseButton'
+ type = 'Button'
+ />
</layout>
</layout>
</dialog>