[gnome-calendar] window: propagate calendar list children height



commit fd4ba42b2b3e620e909742a2341f22cfb1777e28
Author: Ernestas Kulik <ernestask src gnome org>
Date:   Wed Sep 14 09:57:51 2016 +0300

    window: propagate calendar list children height
    
    Without propagating the children height in the calendar popover scrolled
    window, the list does not grow vertically.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=771399

 data/ui/window.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/window.ui b/data/ui/window.ui
index 12cbf33..067cb95 100644
--- a/data/ui/window.ui
+++ b/data/ui/window.ui
@@ -295,6 +295,7 @@
             <property name="visible">True</property>
             <property name="hscrollbar_policy">never</property>
             <property name="max_content_height">450</property>
+            <property name="propagate-natural-height">True</property>
             <child>
               <object class="GtkListBox" id="calendar_listbox">
                 <property name="visible">True</property>


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