user-accounts: Properly align account type buttons
These two buttons should have the same size. https://bugzilla.gnome.org/show_bug.cgi?id=767065
This commit is contained in:
parent
6052e469a9
commit
66cab8a23d
1 changed files with 7 additions and 2 deletions
|
@ -138,7 +138,6 @@
|
|||
<object class="GtkRadioButton" id="account-type-standard">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="label" translatable="yes">Standard</property>
|
||||
<property name="draw_indicator">False</property>
|
||||
</object>
|
||||
|
@ -147,7 +146,6 @@
|
|||
<object class="GtkRadioButton" id="account-type-admin">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="label" translatable="yes">Administrator</property>
|
||||
<property name="draw_indicator">False</property>
|
||||
<property name="group">account-type-standard</property>
|
||||
|
@ -519,4 +517,11 @@
|
|||
<widget name="last-login-grid"/>
|
||||
</widgets>
|
||||
</object>
|
||||
<object class="GtkSizeGroup">
|
||||
<property name="mode">both</property>
|
||||
<widgets>
|
||||
<widget name="account-type-standard"/>
|
||||
<widget name="account-type-admin"/>
|
||||
</widgets>
|
||||
</object>
|
||||
</interface>
|
||||
|
|
Loading…
Add table
Reference in a new issue