libsysprof-ui: fix spread of left-side paned

This commit is contained in:
Christian Hergert
2022-04-01 17:19:45 -07:00
parent 42027be5dc
commit 14a1a2f8df

View File

@ -208,6 +208,7 @@
<property name="orientation">vertical</property>
<child>
<object class="GtkScrolledWindow">
<property name="vexpand">true</property>
<child>
<object class="GtkTreeView" id="functions_view">
<property name="fixed-height-mode">true</property>
@ -266,6 +267,7 @@
</child>
<child>
<object class="GtkScrolledWindow">
<property name="vexpand">true</property>
<child>
<object class="GtkTreeView" id="callers_view">
<child>