[gnome-control-center] privacy: various layout and cosmetic issues



commit bebaf47da1b501ba4a56e2544d7106e88ab6f155
Author: Allan Day <allanpday gmail com>
Date:   Tue Aug 2 14:30:38 2016 +0100

    privacy: various layout and cosmetic issues
    
    The dialogs suffered from insufficient spacing, making them feel
    cramped. There was also inconsistent use of the dim label style.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=769426

 panels/privacy/privacy.ui |   39 ++++++++++++++++++++++++++++++++++-----
 1 files changed, 34 insertions(+), 5 deletions(-)
---
diff --git a/panels/privacy/privacy.ui b/panels/privacy/privacy.ui
index 88ba730..42d0a12 100644
--- a/panels/privacy/privacy.ui
+++ b/panels/privacy/privacy.ui
@@ -132,6 +132,10 @@
         <property name="can_focus">False</property>
         <property name="orientation">vertical</property>
         <property name="spacing">2</property>
+        <property name="margin_start">12</property>
+        <property name="margin_end">12</property>
+        <property name="margin_top">12</property>
+        <property name="margin_bottom">12</property>
         <child>
           <object class="GtkLabel" id="label6">
             <property name="visible">True</property>
@@ -144,6 +148,9 @@
             <property name="label" translatable="yes">Remembering your history makes things easier to find 
again. These items are never shared over the network.</property>
             <property name="wrap">True</property>
             <property name="max_width_chars">50</property>
+            <style>
+              <class name="dim-label"/>
+            </style>
           </object>
           <packing>
             <property name="expand">False</property>
@@ -159,7 +166,7 @@
             <property name="margin_end">6</property>
             <property name="margin_top">12</property>
             <property name="margin_bottom">12</property>
-            <property name="row_spacing">12</property>
+            <property name="row_spacing">18</property>
             <property name="column_spacing">6</property>
             <child>
               <object class="GtkLabel" id="recently_used_label">
@@ -275,7 +282,11 @@
       <object class="GtkBox" id="dialog-vbox1">
         <property name="can_focus">False</property>
         <property name="orientation">vertical</property>
-        <property name="spacing">2</property>
+        <property name="spacing">6</property>
+        <property name="margin_start">12</property>
+        <property name="margin_end">12</property>
+        <property name="margin_top">12</property>
+        <property name="margin_bottom">12</property>
         <child>
           <object class="GtkLabel" id="label1">
             <property name="visible">True</property>
@@ -285,6 +296,9 @@
             <property name="margin_top">6</property>
             <property name="margin_bottom">12</property>
             <property name="label" translatable="yes">The Screen Lock protects your privacy when you are 
away.</property>
+            <style>
+              <class name="dim-label"/>
+            </style>
           </object>
           <packing>
             <property name="expand">False</property>
@@ -300,7 +314,7 @@
             <property name="margin_end">2</property>
             <property name="margin_top">6</property>
             <property name="margin_bottom">12</property>
-            <property name="row_spacing">12</property>
+            <property name="row_spacing">18</property>
             <property name="column_spacing">6</property>
             <child>
               <object class="GtkLabel" id="label2">
@@ -421,6 +435,10 @@
         <property name="can_focus">False</property>
         <property name="orientation">vertical</property>
         <property name="spacing">2</property>
+        <property name="margin_start">12</property>
+        <property name="margin_end">12</property>
+        <property name="margin_top">12</property>
+        <property name="margin_bottom">12</property>
         <child>
           <object class="GtkLabel" id="label5">
             <property name="visible">True</property>
@@ -433,6 +451,9 @@
             <property name="label" translatable="yes">Automatically purge the Trash and temporary files to 
help keep your computer free of unnecessary sensitive information.</property>
             <property name="wrap">True</property>
             <property name="max_width_chars">50</property>
+            <style>
+              <class name="dim-label"/>
+            </style>
           </object>
           <packing>
             <property name="expand">False</property>
@@ -448,7 +469,7 @@
             <property name="margin_end">6</property>
             <property name="margin_top">12</property>
             <property name="margin_bottom">12</property>
-            <property name="row_spacing">12</property>
+            <property name="row_spacing">18</property>
             <property name="column_spacing">6</property>
             <child>
               <object class="GtkLabel" id="purge_trash_label">
@@ -556,9 +577,10 @@
             <property name="can_focus">False</property>
             <property name="orientation">horizontal</property>
             <property name="visible">True</property>
-            <property name="spacing">6</property>
+            <property name="spacing">12</property>
             <property name="margin_start">12</property>
             <property name="margin_end">6</property>
+            <property name="margin_top">12</property>
             <property name="margin_bottom">12</property>
             <child>
               <object class="GtkButton" id="empty_trash_button">
@@ -736,6 +758,9 @@ All the information we collect is made anonymous, and we will never share your d
             <property name="wrap">True</property>
             <property name="max_width_chars">50</property>
             <property name="xalign">0</property>
+            <style>
+              <class name="dim-label"/>
+            </style>
           </object>
           <packing>
             <property name="expand">False</property>
@@ -897,6 +922,10 @@ All the information we collect is made anonymous, and we will never share your d
         <property name="can_focus">False</property>
         <property name="orientation">vertical</property>
         <property name="spacing">2</property>
+        <property name="margin_start">12</property>
+        <property name="margin_end">12</property>
+        <property name="margin_top">12</property>
+        <property name="margin_bottom">12</property>
         <child>
           <object class="GtkLabel" id="abrt_explanation_label">
             <property name="visible">True</property>


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