[gnome-todo] task-row: reduce height



commit c1fa8bce8a9eb0f1bc3d780ca70bec8e20a065ee
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Wed Sep 20 00:21:35 2017 -0300

    task-row: reduce height

 data/ui/dnd-row.ui  |    8 ++++----
 data/ui/task-row.ui |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/data/ui/dnd-row.ui b/data/ui/dnd-row.ui
index 304785c..1cb0156 100644
--- a/data/ui/dnd-row.ui
+++ b/data/ui/dnd-row.ui
@@ -9,7 +9,7 @@
       <object class="GtkBox" id="box">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
-        <property name="margin_start">24</property>
+        <property name="margin_start">20</property>
         <property name="spacing">12</property>
         <child>
           <object class="GtkImage" id="icon">
@@ -32,9 +32,9 @@
             <child>
               <object class="GtkBox">
                 <property name="visible">True</property>
-                <property name="margin_end">24</property>
-                <property name="margin_top">24</property>
-                <property name="margin_bottom">24</property>
+                <property name="margin_end">20</property>
+                <property name="margin_top">20</property>
+                <property name="margin_bottom">20</property>
               </object>
             </child>
           </object>
diff --git a/data/ui/task-row.ui b/data/ui/task-row.ui
index 9dbd998..cfb6718 100644
--- a/data/ui/task-row.ui
+++ b/data/ui/task-row.ui
@@ -2,7 +2,6 @@
 <interface>
   <requires lib="gtk+" version="3.16"/>
   <template class="GtdTaskRow" parent="GtkListBoxRow">
-    <property name="width_request">100</property>
     <property name="visible">True</property>
     <property name="can_focus">True</property>
     <property name="activatable">True</property>
@@ -17,7 +16,8 @@
           <object class="GtkBox" id="task_box">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="border_width">6</property>
+            <property name="margin_top">2</property>
+            <property name="margin_bottom">2</property>
             <property name="margin_start">18</property>
             <property name="margin_end">18</property>
             <property name="spacing">12</property>


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