pp-job-row: Make all buttons flat

This commit is contained in:
Automeris naranja 2024-04-12 03:31:24 -03:00 committed by Felipe Borges
parent 2903aee9f5
commit dd78b58ebf

View file

@ -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>