sysprof: add some mark icons to marks section

This commit is contained in:
Christian Hergert
2023-07-10 14:49:33 -07:00
parent 7dbb5abb62
commit 79f6984e3e
4 changed files with 8 additions and 2 deletions

View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" height="16px" viewBox="0 0 16 16" width="16px"><path d="m 2 3 v 11 h 11 v -2 h -9 v -9 z m 0 0"/><path d="m 3 -0.0234375 l -3 3.9999995 h 6 z m 0 0"/><path d="m 16 12.976562 l -4 3 v -6 z m 0 0"/><path d="m 14.515625 1.144531 c -0.226563 -0.140625 -0.5 -0.179687 -0.757813 -0.113281 c -0.257812 0.0625 -0.480468 0.226562 -0.617187 0.457031 l -2.707031 4.511719 h -3.96875 l -4.296875 6.445312 c -0.304688 0.460938 -0.183594 1.082032 0.277343 1.386719 c 0.460938 0.304688 1.082032 0.183594 1.386719 -0.277343 l 3.703125 -5.554688 h 4.03125 l 3.289063 -5.488281 c 0.285156 -0.472657 0.132812 -1.085938 -0.339844 -1.367188 z m 0 0"/></svg>

After

Width:  |  Height:  |  Size: 716 B

View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" height="16px" viewBox="0 0 16 16" width="16px"><path d="m 3 1 c -1.667969 0 -3.03125 1.363281 -3.03125 3.03125 v 7.9375 c 0 1.667969 1.363281 3.03125 3.03125 3.03125 h 9 c 1.667969 0 3.03125 -1.363281 3.03125 -3.03125 v -7.9375 c 0 -1.667969 -1.363281 -3.03125 -3.03125 -3.03125 z m 4 1 h 1 v 2 h -1 z m -5.03125 3 h 11.0625 v 6.96875 c 0 0.597656 -0.433594 1.03125 -1.03125 1.03125 h -9 c -0.597656 0 -1.03125 -0.433594 -1.03125 -1.03125 z m 0 0"/><path d="m 6.898438 5 h 1.101562 v 9 h -1.101562 z m 0 0"/><path d="m 1 7 h 13 v 1 h -13 z m 0 0"/><path d="m 1 10 h 13 v 1 h -13 z m 0 0"/></svg>

After

Width:  |  Height:  |  Size: 675 B

View File

@ -11,7 +11,7 @@
<child>
<object class="AdwViewStackPage">
<property name="title" translatable="yes">Mark Chart</property>
<property name="icon-name">table-symbolic</property>
<property name="icon-name">mark-chart-symbolic</property>
<property name="child">
<object class="SysprofMarkChart" id="mark_chart">
<binding name="session">
@ -24,7 +24,7 @@
<child>
<object class="AdwViewStackPage">
<property name="title" translatable="yes">Mark Table</property>
<property name="icon-name">table-symbolic</property>
<property name="icon-name">mark-table-symbolic</property>
<property name="child">
<object class="SysprofMarkTable" id="mark_table">
<binding name="session">

View File

@ -14,5 +14,7 @@
<file preprocess="xml-stripblanks">sysprof-samples-section.ui</file>
<file preprocess="xml-stripblanks">sysprof-sidebar.ui</file>
<file preprocess="xml-stripblanks">sysprof-window.ui</file>
<file preprocess="xml-stripblanks">icons/scalable/actions/mark-chart-symbolic.svg</file>
<file preprocess="xml-stripblanks">icons/scalable/actions/mark-table-symbolic.svg</file>
</gresource>
</gresources>