aboutsummaryrefslogtreecommitdiff
path: root/src/crystfel_gui.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-03-04 16:29:13 +0100
committerThomas White <taw@physics.org>2020-07-29 18:42:24 +0200
commitc03970d68cf1af4813866eea942fd7aa1a42f5b3 (patch)
tree350c7957e6b9ea85a1bde26aa08b3039fa1d09eb /src/crystfel_gui.c
parentacdf7702311cdd7b1def6ac9657cf09bd619bbaa (diff)
Increase spacing in "Find files" window
Diffstat (limited to 'src/crystfel_gui.c')
-rw-r--r--src/crystfel_gui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crystfel_gui.c b/src/crystfel_gui.c
index 3daaa3bc..eb3fa842 100644
--- a/src/crystfel_gui.c
+++ b/src/crystfel_gui.c
@@ -495,6 +495,7 @@ static gint finddata_sig(GtkWidget *widget, struct crystfelproject *proj)
vbox = gtk_vbox_new(FALSE, 0.0);
content_area = gtk_dialog_get_content_area(GTK_DIALOG(dialog));
gtk_container_add(GTK_CONTAINER(content_area), vbox);
+ gtk_container_set_border_width(GTK_CONTAINER(content_area), 8);
hbox = gtk_hbox_new(FALSE, 0.0);
gtk_box_pack_start(GTK_BOX(vbox), GTK_WIDGET(hbox), FALSE, FALSE, 8.0);