pp-job-row: Use new icon in the priority button
This commit is contained in:
parent
dd78b58ebf
commit
d8233292a2
3 changed files with 13 additions and 1 deletions
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg">
|
||||
<g fill="#222222">
|
||||
<path d="m 0 15 v -2 h 8 v 2 z m 0 -4 v -2 h 8 v 2 z m 0 -4 v -2 h 8 v 2 z m 0 0"/>
|
||||
<path d="m 12 7 v -4 l -1 1 h 4 c 0.550781 0 1 -0.449219 1 -1 s -0.449219 -1 -1 -1 h -4 c -0.550781 0 -1 0.449219 -1 1 v 4 c 0 0.550781 0.449219 1 1 1 s 1 -0.449219 1 -1 z m 0 0"/>
|
||||
<path d="m 12.535156 3.5625 c -0.5 -0.234375 -1.09375 -0.015625 -1.328125 0.480469 c -0.113281 0.242187 -0.125 0.519531 -0.035156 0.765625 c 0.09375 0.25 0.277344 0.453125 0.519531 0.566406 c 1.703125 0.796875 2.621094 2.652344 2.214844 4.488281 c -0.410156 1.839844 -2.023438 3.136719 -3.90625 3.136719 c -0.550781 0 -1 0.449219 -1 1 s 0.449219 1 1 1 c 2.808594 0 5.25 -1.960938 5.855469 -4.699219 c 0.609375 -2.742187 -0.777344 -5.550781 -3.320313 -6.738281 z m 0 0"/>
|
||||
<path d="m 0 3 v -2 h 8 v 2 z m 0 0" fill-opacity="0.34902"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 996 B |
|
@ -13,7 +13,7 @@
|
|||
<object class="GtkButton" id="priority_button">
|
||||
<property name="tooltip-text" translatable="yes" comments="Translators:
|
||||
Clicking this button prioritizes printing of this print job.">Move Print Job to Top of Queue</property>
|
||||
<property name="icon-name">go-top-symbolic</property>
|
||||
<property name="icon-name">list-high-priority-symbolic</property>
|
||||
<property name="valign">center</property>
|
||||
<signal name="clicked" handler="priority_cb" object="PpJobRow" swapped="yes" />
|
||||
<style>
|
||||
|
|
|
@ -11,4 +11,7 @@
|
|||
<file preprocess="xml-stripblanks">pp-printer-entry.ui</file>
|
||||
<file>printers.css</file>
|
||||
</gresource>
|
||||
<gresource prefix="/org/gnome/Settings">
|
||||
<file preprocess="xml-stripblanks">icons/scalable/actions/list-high-priority-symbolic.svg</file>
|
||||
</gresource>
|
||||
</gresources>
|
||||
|
|
Loading…
Add table
Reference in a new issue