[gnome-control-center] privacy: Fix alignment issues in the trash dialog



commit 8d8fc9926b409c518b2a37be849eff58355a09e8
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Dec 5 00:19:57 2012 -0500

    privacy: Fix alignment issues in the trash dialog
    
    These were pointed out in review.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=689607

 panels/privacy/privacy.ui |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/panels/privacy/privacy.ui b/panels/privacy/privacy.ui
index 25043d5..0fc301c 100644
--- a/panels/privacy/privacy.ui
+++ b/panels/privacy/privacy.ui
@@ -651,10 +651,11 @@
                 <property name="receives_default">True</property>
                 <property name="halign">center</property>
                 <property name="valign">center</property>
-                <property name="hexpand">True</property>
                 <property name="use_underline">True</property>
               </object>
               <packing>
+                <property name="secondary">True</property>
+                <property name="non-homogeneous">True</property>
                 <property name="expand">False</property>
                 <property name="fill">True</property>
                 <property name="position">0</property>
@@ -668,10 +669,11 @@
                 <property name="receives_default">True</property>
                 <property name="halign">center</property>
                 <property name="valign">center</property>
-                <property name="hexpand">True</property>
                 <property name="use_underline">True</property>
               </object>
               <packing>
+                <property name="secondary">True</property>
+                <property name="non-homogeneous">True</property>
                 <property name="expand">False</property>
                 <property name="fill">True</property>
                 <property name="position">1</property>
@@ -679,7 +681,7 @@
             </child>
             <child>
               <object class="GtkButton" id="trash_done">
-                <property name="label" translatable="yes">_Done</property>
+                <property name="label" translatable="yes">_Close</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
@@ -706,8 +708,8 @@
             <property name="visible">True</property>
             <property name="can_focus">False</property>
             <property name="margin_left">12</property>
-            <property name="margin_right">6</property>
-            <property name="margin_top">12</property>
+            <property name="margin_right">12</property>
+            <property name="margin_top">6</property>
             <property name="margin_bottom">12</property>
             <property name="xalign">0</property>
             <property name="label" translatable="yes">Automatically purge the Trash and temporary files to help keep your computer free of unnecessary sensitive information.</property>



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