[gnome-todo] sidebar: Make stack horizontally homogeneous



commit a79ac990423fcafb065845ad81a3e24d12465662
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sat Sep 21 20:27:17 2019 -0300

    sidebar: Make stack horizontally homogeneous
    
    Currently, the GtkStack inside the sidebar is completely
    non-homogeneous. This is a problem because the width should
    be preserved between the archived and the regular pages.
    
    Make it horizontally homogeneous, but not vertically.
    
    https://gitlab.gnome.org/GNOME/gnome-todo/issues/283

 src/sidebar/gtd-sidebar.ui | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/sidebar/gtd-sidebar.ui b/src/sidebar/gtd-sidebar.ui
index 398dc3c..96b69b1 100644
--- a/src/sidebar/gtd-sidebar.ui
+++ b/src/sidebar/gtd-sidebar.ui
@@ -14,7 +14,8 @@
         <child>
           <object class="GtkStack" id="stack">
             <property name="expand">1</property>
-            <property name="homogeneous">false</property>
+            <property name="hhomogeneous">true</property>
+            <property name="vhomogeneous">false</property>
             <property name="transition-type">slide-left-right</property>
 
             <!-- Main Listbox -->


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