[gnome-todo/wip/christopherdavis/fix-scrolling-policy] task-list-view: Set hscrollbar-policy to never



commit 57909bde4a19f1a0c05dafbf2f32edd761ac90d0
Author: Christopher Davis <brainblasted disroot org>
Date:   Tue Nov 12 11:32:50 2019 -0800

    task-list-view: Set hscrollbar-policy to never
    
    This prevents an issue where the task entry could clip off
    the side of the screen.

 src/task-list-view/gtd-task-list-view.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/task-list-view/gtd-task-list-view.ui b/src/task-list-view/gtd-task-list-view.ui
index e42dcae..1168a49 100644
--- a/src/task-list-view/gtd-task-list-view.ui
+++ b/src/task-list-view/gtd-task-list-view.ui
@@ -10,6 +10,7 @@
         <property name="hexpand">1</property>
         <property name="vexpand">1</property>
         <property name="min-content-height">320</property>
+        <property name="hscrollbar-policy">never</property>
         <child>
           <object class="GtkStack" id="stack">
             <property name="homogeneous">0</property>


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