[gnome-todo] task-list-view: Increase bottom margin



commit 6e6e9e271fa9e8996267fa719cc3079ef1e2bbc5
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri Aug 31 16:55:20 2018 -0300

    task-list-view: Increase bottom margin
    
    When opening a big tasklist, the new task row is at the very
    very bottom, and it is very uncomfortable.
    
    Add some bottom margin to make the new task row not be at such
    a low bottom.

 data/ui/list-view.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/data/ui/list-view.ui b/data/ui/list-view.ui
index 9a081a6..e34810a 100644
--- a/data/ui/list-view.ui
+++ b/data/ui/list-view.ui
@@ -32,6 +32,7 @@
                 <child>
                   <object class="GtkBox">
                     <property name="can_focus">false</property>
+                    <property name="margin-bottom">64</property>
                     <property name="orientation">vertical</property>
 
                     <child>


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