sysprof: update styling for counters columns

This commit is contained in:
Christian Hergert
2023-07-25 20:09:31 -07:00
parent 7599ab698e
commit b5ea549842
2 changed files with 6 additions and 0 deletions

View File

@ -326,6 +326,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">
@ -481,6 +483,7 @@
<child>
<object class="GtkColumnViewColumn" id="value_column">
<property name="title" translatable="yes">Value</property>
<property name="expand">true</property>
<property name="sorter">
<object class="GtkNumericSorter">
<property name="expression">

View File

@ -240,6 +240,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">
@ -395,6 +397,7 @@
<child>
<object class="GtkColumnViewColumn" id="value_column">
<property name="title" translatable="yes">Value</property>
<property name="expand">true</property>
<property name="sorter">
<object class="GtkNumericSorter">
<property name="expression">