[gnome-maps] sidebar: Set vhomogeneous to false on transit list stack



commit 91fa1270e585baa8df2ffbb50ad209bf401cb4a4
Author: Marcus Lundblad <ml update uu se>
Date:   Thu Jun 8 21:51:02 2017 +0200

    sidebar: Set vhomogeneous to false on transit list stack
    
    Otherwise the stack will allocate the same height to both list boxes
    and the scrolled view will get scrolled out of sight when loading lots
    of results and entering an itinerary.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=783565

 data/ui/sidebar.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/sidebar.ui b/data/ui/sidebar.ui
index 8013741..e355f17 100644
--- a/data/ui/sidebar.ui
+++ b/data/ui/sidebar.ui
@@ -220,6 +220,7 @@
                       <object class="GtkStack" id="transitListStack">
                         <property name="visible">True</property>
                         <property 
name="transition-type">GTK_STACK_TRANSITION_TYPE_SLIDE_LEFT_RIGHT</property>
+                        <property name="vhomogeneous">False</property>
                         <child>
                           <object class="GtkListBox" id="transitOverviewListBox">
                             <property name="visible">True</property>


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