user-accounts: Use HdyClamp

This commit is contained in:
Ian Douglas Scott 2021-03-12 11:50:33 -08:00 committed by Robert Ancell
parent aff0b446bc
commit 5e858826c5

View file

@ -116,14 +116,18 @@
<property name="expand">True</property>
<property name="hscrollbar-policy">GTK_POLICY_NEVER</property>
<child>
<object class="HdyClamp">
<property name="visible">True</property>
<property name="margin-top">30</property>
<property name="margin-bottom">30</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="halign">GTK_ALIGN_CENTER</property>
<property name="orientation">GTK_ORIENTATION_VERTICAL</property>
<property name="spacing">20</property>
<property name="margin-top">30</property>
<property name="margin-bottom">30</property>
<child>
<object class="GtkBox">
@ -466,6 +470,8 @@
</child>
</object>
</child>
</object>
</child>
<child>
<object class="GtkBox" id="no_users_box">
<property name="visible">True</property>