summaryrefslogtreecommitdiff
path: root/src/gui/tb/source.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/tb/source.c')
-rw-r--r--src/gui/tb/source.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/tb/source.c b/src/gui/tb/source.c
index 74de77e..bac6b0f 100644
--- a/src/gui/tb/source.c
+++ b/src/gui/tb/source.c
@@ -78,7 +78,7 @@ static GtkWidget *build_source_tb_widget(GObject *ref)
gtk_widget_show(handlebox);
gtk_container_add(GTK_CONTAINER(result), handlebox);
- hbox = gtk_hbox_new(FALSE, 0);
+ hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 8);
gtk_widget_show(hbox);
gtk_container_add(GTK_CONTAINER(handlebox), hbox);