mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user