[gnome-todo] task-list-view: Add margins around



commit fdce6a3eb91ece1edafb2a4b9828f31de583b6a6
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Sep 4 15:54:04 2018 -0300

    task-list-view: Add margins around

 data/ui/list-view.ui | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/data/ui/list-view.ui b/data/ui/list-view.ui
index e34810a..70ccbdf 100644
--- a/data/ui/list-view.ui
+++ b/data/ui/list-view.ui
@@ -32,7 +32,10 @@
                 <child>
                   <object class="GtkBox">
                     <property name="can_focus">false</property>
+                    <property name="margin-top">6</property>
                     <property name="margin-bottom">64</property>
+                    <property name="margin-start">18</property>
+                    <property name="margin-end">18</property>
                     <property name="orientation">vertical</property>
 
                     <child>


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