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



commit 220282ffd7f9d2a171351dac9a41a630a2275b2d
Author: Yosef Or Boczko <yoseforb gmail com>
Date:   Wed Jul 31 18:40:25 2013 +0300

    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

 panels/notifications/notifications.ui |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/panels/notifications/notifications.ui b/panels/notifications/notifications.ui
index a3710fd..53442b7 100644
--- a/panels/notifications/notifications.ui
+++ b/panels/notifications/notifications.ui
@@ -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>


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