summaryrefslogtreecommitdiff
path: root/src/editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/editor.c')
-rw-r--r--src/editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor.c b/src/editor.c
index 1c5fbd9..17468e3 100644
--- a/src/editor.c
+++ b/src/editor.c
@@ -168,7 +168,7 @@ GtkWidget *create_editor(void)
- vbox1 = gtk_vbox_new(FALSE, 0);
+ vbox1 = gtk_box_new(GTK_ORIENTATION_VERTICAL, 8);
gtk_widget_show(vbox1);
gtk_container_add(GTK_CONTAINER(result), vbox1);