mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
sysprof: update styling for counters columns
This commit is contained in:
@ -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">
|
||||
|
||||
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user