[gnome-todo] Remove homogeneous from GtkStack



commit fef46d8857339fb9a161629a701f2e4a4a86bf2f
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Apr 30 18:50:25 2020 -0300

    Remove homogeneous from GtkStack

 plugins/task-lists-workspace/gtd-task-lists-workspace.ui | 1 -
 src/gtd-window.ui                                        | 1 -
 src/task-list-view/gtd-task-list-view.ui                 | 1 -
 3 files changed, 3 deletions(-)
---
diff --git a/plugins/task-lists-workspace/gtd-task-lists-workspace.ui 
b/plugins/task-lists-workspace/gtd-task-lists-workspace.ui
index d843a3a..4db4eba 100644
--- a/plugins/task-lists-workspace/gtd-task-lists-workspace.ui
+++ b/plugins/task-lists-workspace/gtd-task-lists-workspace.ui
@@ -21,7 +21,6 @@
       <object class="GtkStack" id="stack">
         <property name="hexpand">true</property>
         <property name="vexpand">true</property>
-        <property name="homogeneous">0</property>
         <property name="transition_duration">250</property>
         <property name="transition_type">crossfade</property>
         <signal name="notify::visible-child" handler="on_stack_visible_child_cb" 
object="GtdTaskListsWorkspace" swapped="yes"/>
diff --git a/src/gtd-window.ui b/src/gtd-window.ui
index 4db4f98..9064c1a 100644
--- a/src/gtd-window.ui
+++ b/src/gtd-window.ui
@@ -52,7 +52,6 @@
           <object class="GtkStack" id="stack">
             <property name="hexpand">true</property>
             <property name="vexpand">true</property>
-            <property name="homogeneous">0</property>
             <property name="transition_duration">250</property>
             <property name="transition_type">crossfade</property>
             <signal name="notify::visible-child" handler="on_stack_visible_child_cb" object="GtdWindow" 
swapped="no"/>
diff --git a/src/task-list-view/gtd-task-list-view.ui b/src/task-list-view/gtd-task-list-view.ui
index 1840e15..82d8ca0 100644
--- a/src/task-list-view/gtd-task-list-view.ui
+++ b/src/task-list-view/gtd-task-list-view.ui
@@ -13,7 +13,6 @@
         <property name="hscrollbar-policy">never</property>
         <child>
           <object class="GtkStack" id="stack">
-            <property name="homogeneous">0</property>
             <property name="hexpand">true</property>
             <property name="vexpand">true</property>
             <property name="transition-type">crossfade</property>


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