pp-job-row: Make all buttons flat
This commit is contained in:
parent
2903aee9f5
commit
dd78b58ebf
1 changed files with 9 additions and 0 deletions
|
@ -16,12 +16,18 @@ Clicking this button prioritizes printing of this print job.">Move Print Job to
|
|||
<property name="icon-name">go-top-symbolic</property>
|
||||
<property name="valign">center</property>
|
||||
<signal name="clicked" handler="priority_cb" object="PpJobRow" swapped="yes" />
|
||||
<style>
|
||||
<class name="flat"/>
|
||||
</style>
|
||||
</object>
|
||||
</child>
|
||||
<child type="suffix">
|
||||
<object class="GtkButton" id="pause_button">
|
||||
<property name="valign">center</property>
|
||||
<signal name="clicked" handler="pause_cb" object="PpJobRow" swapped="yes" />
|
||||
<style>
|
||||
<class name="flat"/>
|
||||
</style>
|
||||
</object>
|
||||
</child>
|
||||
<child type="suffix">
|
||||
|
@ -30,6 +36,9 @@ Clicking this button prioritizes printing of this print job.">Move Print Job to
|
|||
<property name="icon-name">edit-delete-symbolic</property>
|
||||
<property name="valign">center</property>
|
||||
<signal name="clicked" handler="stop_cb" object="PpJobRow" swapped="yes" />
|
||||
<style>
|
||||
<class name="flat"/>
|
||||
</style>
|
||||
</object>
|
||||
</child>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Reference in a new issue