[gnome-initial-setup] privacy: Move explanation to footer



commit be8d3f45f648e3a7c898515628de4f5ec69bd1bb
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Feb 17 23:03:24 2016 -0500

    privacy: Move explanation to footer
    
    The text is not really suitable as a subtitle, so move
    it to a footer, like we already do for similar text on the
    goa page.
    https://bugzilla.gnome.org/show_bug.cgi?id=762196

 .../pages/privacy/gis-privacy-page.ui              |   22 ++++++++++++++++++-
 1 files changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/gnome-initial-setup/pages/privacy/gis-privacy-page.ui 
b/gnome-initial-setup/pages/privacy/gis-privacy-page.ui
index 935ddda..db33447 100644
--- a/gnome-initial-setup/pages/privacy/gis-privacy-page.ui
+++ b/gnome-initial-setup/pages/privacy/gis-privacy-page.ui
@@ -37,12 +37,11 @@
           </object>
         </child>
         <child>
-          <object class="GtkLabel" id="label">
+          <object class="GtkLabel" id="subtitle">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
             <property name="valign">start</property>
             <property name="margin_top">6</property>
-            <property name="label" translatable="yes">Privacy controls can be changed at any time from 
Settings.</property>
             <property name="justify">center</property>
             <property name="wrap">True</property>
             <property name="max-width-chars">50</property>
@@ -123,6 +122,25 @@
             <signal name="activate-link" handler="activate_link"/>
           </object>
         </child>
+        <child>
+          <object class="GtkLabel" id="footer_label">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="label" translatable="yes">Privacy controls can be changed at any time from the 
Settings application.</property>
+            <property name="justify">center</property>
+            <property name="wrap">True</property>
+            <property name="margin_bottom">18</property>
+            <style>
+              <class name="dim-label"/>
+            </style>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="pack_type">end</property>
+            <property name="position">4</property>
+          </packing>
+        </child>
       </object>
     </child>
   </template>


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