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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user