aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/dlg_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/dlg_utils.c')
-rw-r--r--ui/gtk/dlg_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/dlg_utils.c b/ui/gtk/dlg_utils.c
index e955a3f2bd..bce3c9e992 100644
--- a/ui/gtk/dlg_utils.c
+++ b/ui/gtk/dlg_utils.c
@@ -223,7 +223,7 @@ dlg_button_row_new(const gchar *stock_id_first, ...)
}
va_end(stock_id_list);
- hbox = ws_gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 0, FALSE);
+ hbox = ws_gtk_box_new(GTK_ORIENTATION_HORIZONTAL, DLG_BUTTON_SPACING, FALSE);
gtk_widget_show(hbox);
button_hbox = gtk_button_box_new(GTK_ORIENTATION_HORIZONTAL);