[gnome-calendar/wip/pandusonu/week-view: 11/21] week-header: properly propagate height when expanded



commit 21c9f721aed1d5192aa013010904520ab214f22c
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Dec 8 16:10:46 2016 -0200

    week-header: properly propagate height when expanded

 data/ui/week-header.ui |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/week-header.ui b/data/ui/week-header.ui
index ec23256..94282c4 100644
--- a/data/ui/week-header.ui
+++ b/data/ui/week-header.ui
@@ -3,6 +3,7 @@
   <template class="GcalWeekHeader" parent="GtkGrid">
     <property name="visible">True</property>
     <property name="hexpand">True</property>
+    <property name="vexpand">False</property>
     <style>
       <class name="week-header" />
     </style>
@@ -83,6 +84,7 @@
             <property name="visible">True</property>
             <property name="hscrollbar-policy">never</property>
             <property name="vscrollbar-policy">never</property>
+            <property name="propagate-natural-height">True</property>
             <child>
               <object class="GtkViewport">
                 <property name="visible">True</property>


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