message dialogs - remove extraneous padding

Removes unnecessary padding above message dialog headings. This
makes the dialogs look much more balanced.

https://bugzilla.gnome.org/show_bug.cgi?id=732857

https://bugzilla.gnome.org/show_bug.cgi?id=732882
This commit is contained in:
Allan Day 2014-07-08 10:19:47 +01:00 committed by Matthias Clasen
parent d5b96b95a0
commit add36eb488

View File

@ -42,7 +42,6 @@
<object class="GtkLabel" id="label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin-top">10</property>
<property name="halign">center</property>
<property name="valign">start</property>
<property name="wrap">True</property>