diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-02-20 11:26:19 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-02-20 11:29:28 -0500 |
commit | 7fc1fcde1e5fe7839c9d8d578d2e6d270a74f23b (patch) | |
tree | 89bad7f221839dff4a1db08dacde52e76976d4be /gtk | |
parent | d80a44eb3bb101daacdbe05583fe63245d67fcfa (diff) | |
download | gtk+-7fc1fcde1e5fe7839c9d8d578d2e6d270a74f23b.tar.gz |
assistant: Add margin to action area
We are no longer setting a margin on the content area, so put
one on the action area itself to prevent the buttons from touching
the edge.
https://bugzilla.gnome.org/show_bug.cgi?id=762315
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/ui/gtkassistant.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/ui/gtkassistant.ui b/gtk/ui/gtkassistant.ui index a77d3fdf57..6fe8b988e7 100644 --- a/gtk/ui/gtkassistant.ui +++ b/gtk/ui/gtkassistant.ui @@ -51,6 +51,7 @@ <property name="visible">1</property> <property name="halign">end</property> <property name="spacing">6</property> + <property name="margin">6</property> <child> <object class="GtkButton" id="apply"> <property name="label" translatable="yes">_Apply</property> |