summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/gtkui/widgets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/widgets.c b/plugins/gtkui/widgets.c
index 00d9557b..a4106e41 100644
--- a/plugins/gtkui/widgets.c
+++ b/plugins/gtkui/widgets.c
@@ -998,7 +998,7 @@ w_splitter_lock (w_splitter_t *w) {
GtkAllocation a;
gtk_widget_get_allocation (w->base.widget, &a);
- GtkWidget *box = vert ? gtk_vbox_new (FALSE, 6) : gtk_hbox_new (FALSE, 6);
+ GtkWidget *box = vert ? gtk_vbox_new (FALSE, 3) : gtk_hbox_new (FALSE, 3);
gtk_widget_show (box);
w->position = gtk_paned_get_position (GTK_PANED (w->box));