aboutsummaryrefslogtreecommitdiff
path: root/src/gtkutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkutils.c')
-rw-r--r--src/gtkutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkutils.c b/src/gtkutils.c
index ec8cd8a2..8240acc3 100644
--- a/src/gtkutils.c
+++ b/src/gtkutils.c
@@ -213,7 +213,7 @@ void gtkut_stock_button_set_create(GtkWidget **bbox,
*bbox = gtk_hbutton_box_new();
gtk_button_box_set_layout(GTK_BUTTON_BOX(*bbox), GTK_BUTTONBOX_END);
- gtk_box_set_spacing(GTK_BOX(*bbox), 6);
+ gtk_box_set_spacing(GTK_BOX(*bbox), 6 * gtkut_get_dpi_multiplier());
if (button3) {
*button3 = gtk_button_new_from_stock(label3);