mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-05 05:46:44 +00:00
adjust csv icon position
This commit is contained in:
parent
0fdc90523e
commit
48a63c25d2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
</Field>
|
</Field>
|
||||||
<Field text="Transactions:">
|
<Field text="Transactions:">
|
||||||
<CopyableLabel fx:id="transactionCount" />
|
<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>
|
<graphic>
|
||||||
<Glyph fontFamily="Font Awesome 5 Free Solid" icon="FILE_CSV" fontSize="14" />
|
<Glyph fontFamily="Font Awesome 5 Free Solid" icon="FILE_CSV" fontSize="14" />
|
||||||
</graphic>
|
</graphic>
|
||||||
|
|
Loading…
Reference in a new issue