projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
663fb93
)
paper dialog: Make this look less horrible
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 24 Dec 2019 08:12:30 +0000
(
03:12
-0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 24 Dec 2019 08:12:30 +0000
(
03:12
-0500)
gtk/gtkcustompaperunixdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcustompaperunixdialog.c
b/gtk/gtkcustompaperunixdialog.c
index a607d417c8d7ad0b2e4574e954c450d10c422f22..56e9e3a4a578f1985638f6f40df60d6efc507ea5 100644
(file)
--- a/
gtk/gtkcustompaperunixdialog.c
+++ b/
gtk/gtkcustompaperunixdialog.c
@@
-1034,6
+1034,7
@@
populate_dialog (GtkCustomPaperUnixDialog *dialog)
gtk_box_set_spacing (GTK_BOX (content_area), 2); /* 2 * 5 + 2 = 12 */
hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 18);
+ g_object_set (hbox, "margin", 20, NULL);
gtk_container_add (GTK_CONTAINER (content_area), hbox);
gtk_widget_show (hbox);