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:
parent
220282ffd7
commit
902e88c7ad
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue