[gnome-control-center/wip/feborges/new-users-panel: 20/23] user-accounts: redesign offline mode for enterprise login



commit cb681ac5b3fb34d7a43231f2452d6ccb30fdec7a
Author: Felipe Borges <felipeborges gnome org>
Date:   Tue May 24 14:50:06 2016 +0200

    user-accounts: redesign offline mode for enterprise login
    
    https://wiki.gnome.org/Design/SystemSettings/UserAccounts

 panels/user-accounts/data/account-dialog.ui |   23 +++++++++++++++++++++--
 1 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/panels/user-accounts/data/account-dialog.ui b/panels/user-accounts/data/account-dialog.ui
index 44e0b84..2869665 100644
--- a/panels/user-accounts/data/account-dialog.ui
+++ b/panels/user-accounts/data/account-dialog.ui
@@ -604,7 +604,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="icon_name">network-offline-symbolic</property>
-                    <property name="pixel_size">64</property>
+                    <property name="pixel_size">160</property>
                     <property name="vexpand">True</property>
                     <property name="hexpand">True</property>
                     <property name="margin_bottom">6</property>
@@ -618,6 +618,25 @@
                   </packing>
                 </child>
                 <child>
+                  <object class="GtkLabel">
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <property name="label" translatable="yes">You are Offline</property>
+                    <property name="yalign">0</property>
+                    <property name="justify">center</property>
+                    <property name="hexpand">True</property>
+                    <attributes>
+                      <attribute name="scale" value="1.6"/>
+                    </attributes>
+                  </object>
+                  <packing>
+                    <property name="left_attach">0</property>
+                    <property name="top_attach">2</property>
+                    <property name="width">2</property>
+                    <property name="height">1</property>
+                  </packing>
+                </child>
+                <child>
                   <object class="GtkLabel" id="label17">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
@@ -632,7 +651,7 @@
                   </object>
                   <packing>
                     <property name="left_attach">0</property>
-                    <property name="top_attach">2</property>
+                    <property name="top_attach">3</property>
                     <property name="width">2</property>
                     <property name="height">1</property>
                   </packing>


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