[gnome-control-center/T20771: 21/44] user-accounts: Hide username from new account dialog



commit fbe6fffa8ee21fe096bf9fd1d7082aececae9e85
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Fri May 13 20:26:33 2016 -0500

    user-accounts: Hide username from new account dialog
    
    https://phabricator.endlessm.com/T3597

 panels/user-accounts/data/account-dialog.ui |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/panels/user-accounts/data/account-dialog.ui b/panels/user-accounts/data/account-dialog.ui
index eb97e86..18d0b80 100644
--- a/panels/user-accounts/data/account-dialog.ui
+++ b/panels/user-accounts/data/account-dialog.ui
@@ -94,7 +94,7 @@
                 <property name="margin_end">20</property>
                 <child>
                   <object class="GtkComboBoxText" id="local_username">
-                    <property name="visible">True</property>
+                    <property name="visible">False</property>
                     <property name="has_entry">True</property>
                     <property name="entry_text_column">0</property>
                     <property name="model">username-model</property>
@@ -112,7 +112,7 @@
                 </child>
                 <child>
                   <object class="GtkLabel" id="local_username_hint">
-                    <property name="visible">True</property>
+                    <property name="visible">False</property>
                     <property name="can_focus">False</property>
                     <property name="yalign">0</property>
                     <property name="xalign">0</property>
@@ -137,7 +137,7 @@
                 </child>
                 <child>
                   <object class="GtkLabel" id="label6">
-                    <property name="visible">True</property>
+                    <property name="visible">False</property>
                     <property name="xalign">1</property>
                     <property name="label" translatable="yes">_Username</property>
                     <property name="use_underline">True</property>


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