diff options
author | Alexander Tkachev | 2016-07-20 16:48:50 +0600 |
---|---|---|
committer | Alexander Tkachev | 2016-08-24 16:07:55 +0600 |
commit | 52503a2713432aab7663f88fd0be07055ee9125d (patch) | |
tree | c2062bfb6a0bcb0cb104b9827c5709a15f69cfaf /gui/themes/scummmodern | |
parent | 85f4c69fc981ae1d3807ffb0280b59d627a92ebc (diff) | |
download | scummvm-rg350-52503a2713432aab7663f88fd0be07055ee9125d.tar.gz scummvm-rg350-52503a2713432aab7663f88fd0be07055ee9125d.tar.bz2 scummvm-rg350-52503a2713432aab7663f88fd0be07055ee9125d.zip |
GUI: Add "Clear port" button in Cloud tab
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 4 | ||||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_lowres.stx | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx index 03fa58acb7..e0ea86893a 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -605,6 +605,10 @@ width = '70' height = 'Globals.Line.Height' /> + <widget name = 'ServerPortClearButton' + height = 'Globals.Line.Height' + width = 'Globals.Line.Height' + /> </layout> </layout> </dialog> diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx index b25edcb2b0..ceb43bb717 100644 --- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx +++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx @@ -604,6 +604,10 @@ width = '60' height = '16' /> + <widget name = 'ServerPortClearButton' + height = 'Globals.Line.Height' + width = 'Globals.Line.Height' + /> </layout> </layout> </dialog> |