[gnome-control-center] color: to shrink the list



commit 902e88c7ad826405f6588e1de5fac1848fe93396
Author: Yosef Or Boczko <yoseforb gmail com>
Date:   Wed Jul 31 18:41:37 2013 +0300

    color: to shrink the list
    
    It is inconsistent with many of the other panels:
    134px in left-hand side of the list, 134px in right-hand side of the
    list,
    22px from on bottom of the list and 22px from on top of the list.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=698372

 panels/color/color.ui |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/panels/color/color.ui b/panels/color/color.ui
index 454e5eb..e46f163 100644
--- a/panels/color/color.ui
+++ b/panels/color/color.ui
@@ -1015,10 +1015,10 @@
         <property name="border_width">15</property>
         <property name="orientation">vertical</property>
         <property name="spacing">12</property>
-        <property name="margin-left">6</property>
-        <property name="margin-right">6</property>
-        <property name="margin-top">6</property>
-        <property name="margin-bottom">6</property>
+        <property name="margin-left">134</property>
+        <property name="margin-right">134</property>
+        <property name="margin-top">22</property>
+        <property name="margin-bottom">22</property>
         <child>
           <object class="GtkHBox" id="hbox3">
             <property name="visible">True</property>


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