[sysprof] ui: use GtkScrolledWindow:propagate-natural-width and height



commit 541e8024e142687070e6d3d099a1f9440e37be3c
Author: Christian Hergert <chergert redhat com>
Date:   Thu Sep 1 21:31:22 2016 -0700

    ui: use GtkScrolledWindow:propagate-natural-width and height
    
    We need this for recent changes to how natural sizing will work now that
    the max-content-* properties are stabilizing for their first public ABI
    release.

 lib/resources/ui/sp-profiler-menu-button.ui |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/lib/resources/ui/sp-profiler-menu-button.ui b/lib/resources/ui/sp-profiler-menu-button.ui
index 91a2a6d..4e6359f 100644
--- a/lib/resources/ui/sp-profiler-menu-button.ui
+++ b/lib/resources/ui/sp-profiler-menu-button.ui
@@ -102,6 +102,8 @@
                         <property name="min-content-width">100</property>
                         <property name="max-content-width">400</property>
                         <property name="max-content-height">450</property>
+                        <property name="propagate-natural-width">true</property>
+                        <property name="propagate-natural-height">true</property>
                         <property name="shadow-type">in</property>
                         <property name="visible">true</property>
                         <child>


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