mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 00:11:29 +00:00
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:
parent
ad09fbbac0
commit
96b6b44e4e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user