[gnome-maps] favoritesPopover: Set scrolled window to vexpand



commit 5adb8ae56bbd2aaa0837aad3bd6f0b261c43392c
Author: Marcus Lundblad <ml update uu se>
Date:   Mon Jan 14 21:46:28 2019 +0100

    favoritesPopover: Set scrolled window to vexpand
    
    Fixes #147

 data/ui/favorites-popover.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/data/ui/favorites-popover.ui b/data/ui/favorites-popover.ui
index 163a97b..6274c6d 100644
--- a/data/ui/favorites-popover.ui
+++ b/data/ui/favorites-popover.ui
@@ -31,6 +31,7 @@
             <property name="hscrollbar_policy">never</property>
             <property name="shadow_type">in</property>
             <property name="visible">True</property>
+            <property name="vexpand">True</property>
             <child>
               <object class="GtkListBox" id="list">
                 <property name="visible">True</property>


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