[gnome-todo] task-row: Use slide-up to reveal the edit panel



commit a105137e64cb13773b359b37cae095eefc748baf
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri Mar 29 12:51:15 2019 -0300

    task-row: Use slide-up to reveal the edit panel
    
    Sliding up gives a very nice effect of revealing the panel
    from top to bottom, and is more visually appealing when
    compared to sliding down.

 src/task-list-view/gtd-task-row.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/task-list-view/gtd-task-row.ui b/src/task-list-view/gtd-task-row.ui
index 544d21f..612090e 100644
--- a/src/task-list-view/gtd-task-row.ui
+++ b/src/task-list-view/gtd-task-row.ui
@@ -138,7 +138,7 @@
             <child>
               <object class="GtkRevealer" id="edit_panel_revealer">
                 <property name="can_focus">False</property>
-                <property name="transition_type">slide-down</property>
+                <property name="transition_type">slide-up</property>
                 <property name="transition_duration">250</property>
               </object>
             </child>


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