aboutsummaryrefslogtreecommitdiff
path: root/gui/themes/scummclassic
diff options
context:
space:
mode:
authorAlexander Tkachev2016-07-20 16:48:50 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commit52503a2713432aab7663f88fd0be07055ee9125d (patch)
treec2062bfb6a0bcb0cb104b9827c5709a15f69cfaf /gui/themes/scummclassic
parent85f4c69fc981ae1d3807ffb0280b59d627a92ebc (diff)
downloadscummvm-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/scummclassic')
-rw-r--r--gui/themes/scummclassic/classic_layout.stx4
-rw-r--r--gui/themes/scummclassic/classic_layout_lowres.stx4
2 files changed, 8 insertions, 0 deletions
diff --git a/gui/themes/scummclassic/classic_layout.stx b/gui/themes/scummclassic/classic_layout.stx
index 1e3d09d10e..b9c2781fa5 100644
--- a/gui/themes/scummclassic/classic_layout.stx
+++ b/gui/themes/scummclassic/classic_layout.stx
@@ -591,6 +591,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/scummclassic/classic_layout_lowres.stx b/gui/themes/scummclassic/classic_layout_lowres.stx
index 2ae008a80c..7c062f7776 100644
--- a/gui/themes/scummclassic/classic_layout_lowres.stx
+++ b/gui/themes/scummclassic/classic_layout_lowres.stx
@@ -606,6 +606,10 @@
width = '60'
height = '16'
/>
+ <widget name = 'ServerPortClearButton'
+ height = 'Globals.Line.Height'
+ width = 'Globals.Line.Height'
+ />
</layout>
</layout>
</dialog>