libsysprof-gtk: enable seperators for marks chart

It helps to read the rows a bit better.
This commit is contained in:
Christian Hergert
2023-06-21 22:20:11 -07:00
parent 13323c5e79
commit 512dfae3e4

View File

@ -9,6 +9,7 @@
<property name="vexpand">true</property>
<child>
<object class="GtkListView" id="list_view">
<property name="show-separators">true</property>
<style>
<class name="data-table"/>
</style>