Change toolbar 'Blank' icon for invoice page to match register

This commit is contained in:
Robert Fewell 2023-03-09 10:20:19 +00:00
parent 8d5cc0e994
commit 5c3aee951a

View File

@ -498,7 +498,7 @@
<property name="action-name">GncPluginPageInvoiceActions.BlankEntryAction</property> <property name="action-name">GncPluginPageInvoiceActions.BlankEntryAction</property>
<property name="tooltip-text" translatable="yes">Move to the blank entry at the bottom of the Invoice</property> <property name="tooltip-text" translatable="yes">Move to the blank entry at the bottom of the Invoice</property>
<property name="use-underline">True</property> <property name="use-underline">True</property>
<property name="icon-name">go-bottom</property> <property name="icon-name">go-jump</property>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>