diff options
-rw-r--r-- | applets/wncklet/workspace-switcher.ui | 3 |
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> |