[gnome-control-center/T20818: 29/54] user-accounts: Hide username from new account dialog



commit 59e4dbf2c325535484318fb44ab981c54b810347
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 c2a119c..a55f444 100644
--- a/panels/user-accounts/data/account-dialog.ui
+++ b/panels/user-accounts/data/account-dialog.ui
@@ -104,7 +104,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>
@@ -122,7 +122,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>
@@ -147,7 +147,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]