[libdazzle] propagate height for list box area



commit e6dcc1c6b4dabf00641d665a39f0fb711686c545
Author: Christian Hergert <chergert redhat com>
Date:   Tue Dec 18 11:25:09 2018 -0800

    propagate height for list box area

 src/widgets/dzl-stack-list.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/widgets/dzl-stack-list.c b/src/widgets/dzl-stack-list.c
index df229ff..236921f 100644
--- a/src/widgets/dzl-stack-list.c
+++ b/src/widgets/dzl-stack-list.c
@@ -491,6 +491,7 @@ dzl_stack_list_init (DzlStackList *self)
 
   priv->scroller = g_object_new (GTK_TYPE_SCROLLED_WINDOW,
                                  "shadow-type", GTK_SHADOW_NONE,
+                                 "propagate-natural-height", TRUE,
                                  "vexpand", TRUE,
                                  "visible", TRUE,
                                  NULL);


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