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
This commit is contained in:
Yosef Or Boczko 2013-07-31 18:41:37 +03:00
parent 220282ffd7
commit 902e88c7ad

View file

@ -1015,10 +1015,10 @@
<property name="border_width">15</property> <property name="border_width">15</property>
<property name="orientation">vertical</property> <property name="orientation">vertical</property>
<property name="spacing">12</property> <property name="spacing">12</property>
<property name="margin-left">6</property> <property name="margin-left">134</property>
<property name="margin-right">6</property> <property name="margin-right">134</property>
<property name="margin-top">6</property> <property name="margin-top">22</property>
<property name="margin-bottom">6</property> <property name="margin-bottom">22</property>
<child> <child>
<object class="GtkHBox" id="hbox3"> <object class="GtkHBox" id="hbox3">
<property name="visible">True</property> <property name="visible">True</property>