[gnome-calendar] quick-add-popover.ui: propagate children height in calendar list
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] quick-add-popover.ui: propagate children height in calendar list
- Date: Wed, 14 Sep 2016 16:10:50 +0000 (UTC)
commit f11edee48fb3eb6b28763bc282db4cc47837de1e
Author: Ernestas Kulik <ernestask src gnome org>
Date: Wed Sep 14 09:49:45 2016 +0300
quick-add-popover.ui: propagate children height in calendar list
Due to changes in GTK+, scrolled windows do not propagate the natural
sizes of their children by default, which results in a tiny calendar
list.
https://bugzilla.gnome.org/show_bug.cgi?id=771401
data/ui/quick-add-popover.ui | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/quick-add-popover.ui b/data/ui/quick-add-popover.ui
index 41acc23..895a763 100644
--- a/data/ui/quick-add-popover.ui
+++ b/data/ui/quick-add-popover.ui
@@ -208,6 +208,8 @@
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="shadow_type">in</property>
+ <property name="propagate-natural-height">True</property>
+ <property name="max-content-height">200</property>
<child>
<object class="GtkViewport">
<property name="visible">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]