aboutsummaryrefslogtreecommitdiff
path: root/gui/themes/scummmodern
diff options
context:
space:
mode:
authorAlexander Tkachev2016-07-14 12:34:31 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commit2ae438327b0c5cbe3fbc3a45ac1069fed7709326 (patch)
tree8483115eb4ffeff420e2fe00708b053499fd97aa /gui/themes/scummmodern
parent990dee3c4fafdf58a3c8b2ecc08b4c6d44887ad8 (diff)
downloadscummvm-rg350-2ae438327b0c5cbe3fbc3a45ac1069fed7709326.tar.gz
scummvm-rg350-2ae438327b0c5cbe3fbc3a45ac1069fed7709326.tar.bz2
scummvm-rg350-2ae438327b0c5cbe3fbc3a45ac1069fed7709326.zip
GUI: Add "Open URL" button in StorageWizardDialog
It uses Networking::Browser::openUrl().
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r--gui/themes/scummmodern/scummmodern_layout.stx3
-rw-r--r--gui/themes/scummmodern/scummmodern_layout_lowres.stx3
2 files changed, 6 insertions, 0 deletions
diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx
index 753d061ae1..6edfebc0d4 100644
--- a/gui/themes/scummmodern/scummmodern_layout.stx
+++ b/gui/themes/scummmodern/scummmodern_layout.stx
@@ -699,6 +699,9 @@
<widget name = 'CancelButton'
type = 'Button'
/>
+ <widget name = 'OpenUrlButton'
+ type = 'Button'
+ />
<widget name = 'ConnectButton'
type = 'Button'
/>
diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
index f27c8b6564..e183ceea2d 100644
--- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx
+++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
@@ -691,6 +691,9 @@
<widget name = 'CancelButton'
type = 'Button'
/>
+ <widget name = 'OpenUrlButton'
+ type = 'Button'
+ />
<widget name = 'ConnectButton'
type = 'Button'
/>