gtk3-demo: Don't set xalign of GtkCheckButton

It's deprecated and doesn't make a difference here.
This commit is contained in:
Timm Bäder 2015-07-21 20:23:09 +02:00
parent a56bd1c490
commit 3fc5d09890

View File

@ -45,7 +45,6 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
<property name="halign">center</property>
<property name="valign">center</property>