[gnome-initial-setup/shell/4765: 206/362] Hide username



commit 890677bf440f7c2a89cd3f80e9fc36336d9872a1
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Mon Sep 8 08:34:24 2014 +0000

    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.
    
    [endlessm/eos-shell#3534]

 .../pages/account/gis-account-page.ui              |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnome-initial-setup/pages/account/gis-account-page.ui 
b/gnome-initial-setup/pages/account/gis-account-page.ui
index 3240f13..50b4089 100644
--- a/gnome-initial-setup/pages/account/gis-account-page.ui
+++ b/gnome-initial-setup/pages/account/gis-account-page.ui
@@ -123,7 +123,7 @@
             </child>
             <child>
               <object class="GtkLabel" id="account-username-label">
-                <property name="visible">True</property>
+                <property name="visible">False</property>
                 <property name="can_focus">False</property>
                 <property name="halign">end</property>
                 <property name="xalign">1</property>
@@ -140,7 +140,7 @@
             </child>
             <child>
               <object class="GtkComboBoxText" id="account-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>
@@ -160,7 +160,7 @@
             </child>
             <child>
               <object class="GtkLabel" id="account-username-explanation">
-                <property name="visible">True</property>
+                <property name="visible">False</property>
                 <property name="can_focus">False</property>
                 <property name="halign">start</property>
                 <property name="margin_bottom">12</property>


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