user-accounts: Add missing widgets in size group

Some control widgets are missing in size group. Let's add them and also
allow hexpand for them.

https://bugzilla.gnome.org/show_bug.cgi?id=778457
This commit is contained in:
Ondrej Holy 2017-02-20 08:24:27 +01:00
parent 921ef1b1f6
commit 932cdd38e9

View file

@ -123,6 +123,7 @@
<property name="height-request">50</property> <property name="height-request">50</property>
<property name="wrap">True</property> <property name="wrap">True</property>
<property name="wrap_mode">word-char</property> <property name="wrap_mode">word-char</property>
<property name="hexpand">True</property>
<style> <style>
<class name="dim-label"/> <class name="dim-label"/>
</style> </style>
@ -183,6 +184,7 @@
<object class="GtkBox" id="local-account-type"> <object class="GtkBox" id="local-account-type">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property>
<style> <style>
<class name="linked"/> <class name="linked"/>
</style> </style>
@ -329,6 +331,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="mode">discrete</property> <property name="mode">discrete</property>
<property name="max-value">4</property> <property name="max-value">4</property>
<property name="hexpand">True</property>
<offsets> <offsets>
<offset name="low" value="1"/> <offset name="low" value="1"/>
<offset name="high" value="3"/> <offset name="high" value="3"/>
@ -353,6 +356,7 @@
<property name="height-request">50</property> <property name="height-request">50</property>
<property name="wrap">True</property> <property name="wrap">True</property>
<property name="wrap_mode">word-char</property> <property name="wrap_mode">word-char</property>
<property name="hexpand">True</property>
<style> <style>
<class name="dim-label"/> <class name="dim-label"/>
</style> </style>
@ -414,6 +418,7 @@
<property name="max-width-chars">35</property> <property name="max-width-chars">35</property>
<property name="wrap">True</property> <property name="wrap">True</property>
<property name="wrap_mode">word-char</property> <property name="wrap_mode">word-char</property>
<property name="hexpand">True</property>
<style> <style>
<class name="dim-label"/> <class name="dim-label"/>
</style> </style>
@ -530,6 +535,7 @@
<property name="height-request">50</property> <property name="height-request">50</property>
<property name="wrap">True</property> <property name="wrap">True</property>
<property name="wrap_mode">word-char</property> <property name="wrap_mode">word-char</property>
<property name="hexpand">True</property>
<style> <style>
<class name="dim-label"/> <class name="dim-label"/>
</style> </style>
@ -576,6 +582,7 @@
<property name="height-request">50</property> <property name="height-request">50</property>
<property name="wrap">True</property> <property name="wrap">True</property>
<property name="wrap_mode">word-char</property> <property name="wrap_mode">word-char</property>
<property name="hexpand">True</property>
<style> <style>
<class name="dim-label"/> <class name="dim-label"/>
</style> </style>
@ -776,13 +783,18 @@
<object class="GtkSizeGroup" id="controls_sizegroup"> <object class="GtkSizeGroup" id="controls_sizegroup">
<widgets> <widgets>
<widget name="local_username"/> <widget name="local_username"/>
<widget name="local_username_hint"/>
<widget name="local_name"/> <widget name="local_name"/>
<widget name="local-account-type"/> <widget name="local-account-type"/>
<widget name="local_password"/> <widget name="local_password"/>
<widget name="local_hint"/>
<widget name="local_verify"/> <widget name="local_verify"/>
<widget name="local_verify_hint"/>
<widget name="enterprise_domain"/> <widget name="enterprise_domain"/>
<widget name="enterprise_domain_hint"/>
<widget name="enterprise_login"/> <widget name="enterprise_login"/>
<widget name="enterprise_password"/> <widget name="enterprise_password"/>
<widget name="enterprise-hint"/>
</widgets> </widgets>
</object> </object>
<object class="GtkSizeGroup"> <object class="GtkSizeGroup">