sysprof: grid lines for various tables

This commit is contained in:
Christian Hergert
2023-07-26 10:25:11 -07:00
parent 58b47cbe19
commit 8b7900ee9f
3 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,7 @@
</style>
<signal name="activate" handler="sysprof_mark_table_activate_cb" swapped="true"/>
<property name="show-column-separators">true</property>
<property name="show-row-separators">true</property>
<property name="model">
<object class="GtkSingleSelection">
<property name="model">

View File

@ -207,6 +207,8 @@
<style>
<class name="data-table"/>
</style>
<property name="show-column-separators">true</property>
<property name="show-row-separators">true</property>
<property name="model">
<object class="GtkNoSelection">
<property name="model">
@ -267,6 +269,7 @@
<child>
<object class="GtkColumnViewColumn">
<property name="title" translatable="yes">Name</property>
<property name="expand">true</property>
<property name="sorter">
<object class="GtkStringSorter">
<property name="expression">

View File

@ -180,6 +180,8 @@
<class name="data-table"/>
</style>
<signal name="activate" handler="process_table_activate_cb" swapped="true"/>
<property name="show-column-separators">true</property>
<property name="show-row-separators">true</property>
<property name="model">
<object class="GtkNoSelection">
<property name="model">