[gnome-initial-setup/wip/pwithnall/misc-fixes: 6/70] account-local: Hide username




commit c39b1910b34abb18876b175b22ddb0c67f0de39a
Author: Alessandro Puccetti <alessandro kinvolk io>
Date:   Fri May 5 11:59:14 2017 +0200

    account-local: Hide username
    
    Hide username widgets so user don't need to choose one.
    
    Rather the system will auto-generate a free valid one and use it.
    
    https://phabricator.endlessm.com/T3534

 gnome-initial-setup/pages/account/gis-account-page-local.ui | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnome-initial-setup/pages/account/gis-account-page-local.ui 
b/gnome-initial-setup/pages/account/gis-account-page-local.ui
index 6b9e1bc6..489a3852 100644
--- a/gnome-initial-setup/pages/account/gis-account-page-local.ui
+++ b/gnome-initial-setup/pages/account/gis-account-page-local.ui
@@ -78,7 +78,7 @@
             </child>
             <child>
               <object class="GtkLabel" id="username_label">
-                <property name="visible">True</property>
+                <property name="visible">False</property>
                 <property name="halign">end</property>
                 <property name="xalign">1</property>
                 <property name="label" translatable="yes">_Username</property>
@@ -95,7 +95,7 @@
             </child>
             <child>
               <object class="GtkComboBoxText" id="username_combo">
-                <property name="visible">True</property>
+                <property name="visible">False</property>
                 <property name="can_focus">False</property>
                 <property name="has_entry">True</property>
                 <property name="entry_text_column">0</property>
@@ -117,7 +117,7 @@
             </child>
             <child>
               <object class="GtkLabel" id="username_explanation">
-                <property name="visible">True</property>
+                <property name="visible">False</property>
                 <property name="yalign">0</property>
                 <property name="xalign">0</property>
                 <property name="width-chars">35</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]