visualizer-view: set vexpand on scrolledwindow

This ensures that the scrolled window expands to the visible
area, which is indeed the desired effect.
This commit is contained in:
Christian Hergert
2016-09-30 12:59:57 -07:00
parent f9e19131b5
commit d64bd3fe51

View File

@ -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>