diff options
author | Thomas White <taw@physics.org> | 2020-08-25 15:56:31 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-08-25 15:56:37 +0200 |
commit | 11e896334aea873017287733ab3c0f216939861f (patch) | |
tree | 0be3c3f1e61edc44e814a2323fc8a7ba78574006 | |
parent | c783ee20a9c3297f097429ac02595628981e1555 (diff) |
Widget spacing
-rw-r--r-- | src/gui_backend_local.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_backend_local.c b/src/gui_backend_local.c index b6d475cf..5e65b3c1 100644 --- a/src/gui_backend_local.c +++ b/src/gui_backend_local.c @@ -290,7 +290,7 @@ static GtkWidget *make_indexing_parameters_widget(void *opts_priv) GtkWidget *label; char tmp[64]; - vbox = gtk_box_new(GTK_ORIENTATION_VERTICAL, 0); + vbox = gtk_box_new(GTK_ORIENTATION_VERTICAL, 8); hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 8); gtk_box_pack_start(GTK_BOX(vbox), GTK_WIDGET(hbox), |