[gnome-control-center] printers: Reduce vertical and horizontal padding



commit 95eb8868acebef33b8eef6490bd9399d654615cd
Author: Allan Day <allanpday gmail com>
Date:   Mon Dec 17 19:14:45 2012 +0000

    printers: Reduce vertical and horizontal padding
    
    There was too much space between rows and columns. Reduce the
    padding a bit.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690375

 panels/printers/printers.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/printers/printers.ui b/panels/printers/printers.ui
index f36e948..b0852b0 100644
--- a/panels/printers/printers.ui
+++ b/panels/printers/printers.ui
@@ -99,8 +99,8 @@
                     <property name="visible">True</property>
                     <property name="n_rows">8</property>
                     <property name="n_columns">3</property>
-                    <property name="column_spacing">18</property>
-                    <property name="row_spacing">10</property>
+                    <property name="column_spacing">6</property>
+                    <property name="row_spacing">6</property>
                     <child>
                       <object class="GtkLabel" id="supply-label">
                         <property name="visible">True</property>



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