[gnome-control-center/wip/privacy] Some more padding in the dialogs



commit 66ad0a99c795a60fe9ebfd7d091abab857f43ae6
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Nov 18 00:51:18 2012 -0500

    Some more padding in the dialogs

 panels/privacy/privacy.ui |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/panels/privacy/privacy.ui b/panels/privacy/privacy.ui
index 1e6e796..8453ff4 100644
--- a/panels/privacy/privacy.ui
+++ b/panels/privacy/privacy.ui
@@ -83,6 +83,9 @@
           <object class="GtkLabel" id="label3">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
+            <property name="margin_left">12</property>
+            <property name="margin_right">12</property>
+            <property name="margin_top">12</property>
             <property name="margin_bottom">12</property>
             <property name="label" translatable="yes">Control how you appear on the screen and the network.</property>
           </object>
@@ -98,6 +101,10 @@
             <property name="can_focus">False</property>
             <property name="row_spacing">12</property>
             <property name="column_spacing">6</property>
+            <property name="margin_left">12</property>
+            <property name="margin_right">12</property>
+            <property name="margin_top">12</property>
+            <property name="margin_bottom">12</property>
             <child>
               <object class="GtkLabel" id="full_name_top_bar_label">
                 <property name="visible">True</property>
@@ -244,6 +251,9 @@
           <object class="GtkLabel" id="label1">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
+            <property name="margin_left">12</property>
+            <property name="margin_right">12</property>
+            <property name="margin_top">12</property>
             <property name="margin_bottom">12</property>
             <property name="label" translatable="yes">The Screen Lock protects your privacy when you are away.</property>
           </object>
@@ -260,6 +270,9 @@
             <property name="border_width">6</property>
             <property name="row_spacing">12</property>
             <property name="column_spacing">6</property>
+            <property name="margin_left">12</property>
+            <property name="margin_right">12</property>
+            <property name="margin_bottom">12</property>
             <child>
               <object class="GtkLabel" id="label2">
                 <property name="visible">True</property>
@@ -315,6 +328,7 @@
                 <property name="can_focus">True</property>
                 <property name="halign">start</property>
                 <property name="valign">center</property>
+                <property name="model">lock_after_model</property>
               </object>
               <packing>
                 <property name="left_attach">1</property>



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