adjust csv icon position

This commit is contained in:
Craig Raw 2021-02-16 12:05:57 +02:00
parent 0fdc90523e
commit 48a63c25d2

View file

@ -41,7 +41,7 @@
</Field>
<Field text="Transactions:">
<CopyableLabel fx:id="transactionCount" />
<Button fx:id="exportCsv" maxHeight="25" onAction="#exportCSV" translateY="-1">
<Button fx:id="exportCsv" maxHeight="25" onAction="#exportCSV" translateY="-2">
<graphic>
<Glyph fontFamily="Font Awesome 5 Free Solid" icon="FILE_CSV" fontSize="14" />
</graphic>