aboutsummaryrefslogtreecommitdiff
path: root/gui/themes/scummmodern
diff options
context:
space:
mode:
authorBastien Bouclet2020-01-04 15:33:57 +0100
committerBastien Bouclet2020-01-04 17:48:13 +0100
commitcb2bb8fac7356e5f8231f855a8aa26d32ea9befa (patch)
treeef27d637cf328c10e08444126aedaa00cf799014 /gui/themes/scummmodern
parent214042560531e069e7089f6058be5eb88397d15e (diff)
downloadscummvm-rg350-cb2bb8fac7356e5f8231f855a8aa26d32ea9befa.tar.gz
scummvm-rg350-cb2bb8fac7356e5f8231f855a8aa26d32ea9befa.tar.bz2
scummvm-rg350-cb2bb8fac7356e5f8231f855a8aa26d32ea9befa.zip
GUI: Add clear button for the plugins path
The other paths have one.
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r--gui/themes/scummmodern/THEMERC2
-rw-r--r--gui/themes/scummmodern/scummmodern_layout.stx4
-rw-r--r--gui/themes/scummmodern/scummmodern_layout_lowres.stx4
3 files changed, 9 insertions, 1 deletions
diff --git a/gui/themes/scummmodern/THEMERC b/gui/themes/scummmodern/THEMERC
index a1f5ca09bc..1071753f08 100644
--- a/gui/themes/scummmodern/THEMERC
+++ b/gui/themes/scummmodern/THEMERC
@@ -1 +1 @@
-[SCUMMVM_STX0.8.29:ScummVM Modern Theme:No Author]
+[SCUMMVM_STX0.8.30:ScummVM Modern Theme:No Author]
diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx
index 537368f6db..a90ed893ba 100644
--- a/gui/themes/scummmodern/scummmodern_layout.stx
+++ b/gui/themes/scummmodern/scummmodern_layout.stx
@@ -554,6 +554,10 @@
<widget name = 'PluginsPath'
height = 'Globals.Line.Height'
/>
+ <widget name = 'PluginsPathClearButton'
+ 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 6d26505e56..4ea4606fcd 100644
--- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx
+++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx
@@ -534,6 +534,10 @@
<widget name = 'PluginsPath'
height = 'Globals.Line.Height'
/>
+ <widget name = 'PluginsPathClearButton'
+ height = 'Globals.Line.Height'
+ width = 'Globals.Line.Height'
+ />
</layout>
</layout>
</dialog>