notifications: 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=691733
This commit is contained in:
parent
0ef9a693ae
commit
220282ffd7
1 changed files with 4 additions and 4 deletions
|
@ -6,10 +6,10 @@
|
|||
<object class="GtkGrid" id="ccnotify-main-grid">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="margin_left">18</property>
|
||||
<property name="margin_right">18</property>
|
||||
<property name="margin_top">18</property>
|
||||
<property name="margin_bottom">18</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>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="row_spacing">10</property>
|
||||
<child>
|
||||
|
|
Loading…
Add table
Reference in a new issue