diff options
author | Alexander Tkachev | 2016-06-09 18:49:17 +0600 |
---|---|---|
committer | Alexander Tkachev | 2016-08-24 16:07:55 +0600 |
commit | e6242b0be8fc9f9abc4daf87f80675cca46df4d9 (patch) | |
tree | 9f775a11ed08c242d926c1135079e8f4ebcc05b9 /gui/themes/scummmodern | |
parent | beb168a3a5bac602a9bf1455e7fe93dda0b13a1c (diff) | |
download | scummvm-rg350-e6242b0be8fc9f9abc4daf87f80675cca46df4d9.tar.gz scummvm-rg350-e6242b0be8fc9f9abc4daf87f80675cca46df4d9.tar.bz2 scummvm-rg350-e6242b0be8fc9f9abc4daf87f80675cca46df4d9.zip |
GUI: Add Refresh button in Options Cloud tab
Commit changes CloudManager and Storages so they would automatically
refresh the fields when the could.
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 3 | ||||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_lowres.stx | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx index 8406fc9b28..824c6fa790 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -576,6 +576,9 @@ <widget name = 'ConnectButton' type = 'Button' /> + <widget name = 'RefreshButton' + type = 'Button' + /> </layout> </layout> </dialog> diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx index 13d854c9ac..3d2c3b49a7 100644 --- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx +++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx @@ -573,6 +573,9 @@ <widget name = 'ConnectButton' type = 'Button' /> + <widget name = 'RefreshButton' + type = 'Button' + /> </layout> </layout> </dialog> |