GtkMessageDialog: Don't set x/yalign explicitly

The h/valign work fine to give us what we need here, so we
can avoid the runtime deprecation warnings for deprecated
properties.
This commit is contained in:
Matthias Clasen 2014-06-27 21:57:25 -04:00
parent ad09fbbac0
commit 96b6b44e4e

View File

@ -45,8 +45,6 @@
<property name="margin-top">10</property>
<property name="halign">center</property>
<property name="valign">start</property>
<property name="xalign">0.5</property>
<property name="yalign">0</property>
<property name="wrap">True</property>
<property name="selectable">True</property>
<property name="max-width-chars">60</property>
@ -64,8 +62,6 @@
<property name="margin-bottom">2</property>
<property name="halign">center</property>
<property name="valign">start</property>
<property name="xalign">0.5</property>
<property name="yalign">0</property>
<property name="wrap">True</property>
<property name="selectable">True</property>
<property name="max-width-chars">60</property>