summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2018-01-30 17:22:43 +0300
committerlukefromdc <[email protected]>2018-01-30 16:22:41 -0500
commitfb3b661aabd0f001b506842946b7dca5273574c8 (patch)
treee91620293b47acb33fb58ac55bfa5f67fce4266c
parenta2615b1a2af4222ab0ec8cfde8d3c2c4e4d24a77 (diff)
downloadmate-panel-fb3b661aabd0f001b506842946b7dca5273574c8.tar.bz2
mate-panel-fb3b661aabd0f001b506842946b7dca5273574c8.tar.xz
workspace-switcher: restore border width and spacing in prefs dialog
some things got lost after https://github.com/mate-desktop/mate-panel/commit/9d69c70a56c6dd5e73ac909862f90c480e1c4532
-rw-r--r--applets/wncklet/workspace-switcher.ui3
1 files changed, 2 insertions, 1 deletions
diff --git a/applets/wncklet/workspace-switcher.ui b/applets/wncklet/workspace-switcher.ui
index 5d561442..ea73a6a5 100644
--- a/applets/wncklet/workspace-switcher.ui
+++ b/applets/wncklet/workspace-switcher.ui
@@ -73,9 +73,10 @@
<child>
<object class="GtkBox">
<property name="visible">True</property>
+ <property name="border_width">5</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
- <property name="spacing">6</property>
+ <property name="spacing">12</property>
<child>
<object class="GtkFrame" id="frame1">
<property name="visible">True</property>