account: Make stack non-homogeneous

The spinner should be at the center of the view, not the other child of
the stack.
This commit is contained in:
Xiang Fan 2019-03-15 15:53:19 +08:00
parent 5ea9b0c6a3
commit bdb4d5c7af

View file

@ -22,6 +22,8 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin">18</property>
<property name="hhomogeneous">False</property>
<property name="vhomogeneous">False</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>