[sysprof/wip/visualizers] visualizer-view: set vexpand on scrolledwindow



commit d64bd3fe51273d13fb2be19259e0fcb4e4c4420b
Author: Christian Hergert <chergert redhat com>
Date:   Fri Sep 30 12:59:57 2016 -0700

    visualizer-view: set vexpand on scrolledwindow
    
    This ensures that the scrolled window expands to the visible
    area, which is indeed the desired effect.

 lib/resources/ui/sp-visualizer-view.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/lib/resources/ui/sp-visualizer-view.ui b/lib/resources/ui/sp-visualizer-view.ui
index 73d8f28..6a4c2f4 100644
--- a/lib/resources/ui/sp-visualizer-view.ui
+++ b/lib/resources/ui/sp-visualizer-view.ui
@@ -20,6 +20,7 @@
                 <property name="hscrollbar-policy">external</property>
                 <property name="visible">true</property>
                 <property name="propagate-natural-height">true</property>
+                <property name="vexpand">true</property>
                 <child>
                   <object class="SpVisualizerList" id="list">
                     <property name="visible">true</property>


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