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:
parent
5ea9b0c6a3
commit
bdb4d5c7af
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue