mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-07-06 05:25:44 +02:00
change export csv icon
This commit is contained in:
@ -15,6 +15,7 @@ public class FontAwesome5 extends GlyphFont {
|
|||||||
* The individual glyphs offered by the FontAwesome5 font.
|
* The individual glyphs offered by the FontAwesome5 font.
|
||||||
*/
|
*/
|
||||||
public static enum Glyph implements INamedCharacter {
|
public static enum Glyph implements INamedCharacter {
|
||||||
|
ARROW_CIRCLE_DOWN('\uf0ab'),
|
||||||
ANGLE_DOUBLE_RIGHT('\uf101'),
|
ANGLE_DOUBLE_RIGHT('\uf101'),
|
||||||
ARROW_DOWN('\uf063'),
|
ARROW_DOWN('\uf063'),
|
||||||
ARROW_UP('\uf062'),
|
ARROW_UP('\uf062'),
|
||||||
|
@ -41,10 +41,13 @@
|
|||||||
</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="-2">
|
<Button fx:id="exportCsv" maxHeight="25" onAction="#exportCSV" translateY="-1">
|
||||||
<graphic>
|
<graphic>
|
||||||
<Glyph fontFamily="Font Awesome 5 Free Solid" icon="FILE_CSV" fontSize="14" />
|
<Glyph fontFamily="Font Awesome 5 Free Solid" icon="ARROW_CIRCLE_DOWN" fontSize="12" />
|
||||||
</graphic>
|
</graphic>
|
||||||
|
<tooltip>
|
||||||
|
<Tooltip text="Export transactions as CSV" />
|
||||||
|
</tooltip>
|
||||||
</Button>
|
</Button>
|
||||||
</Field>
|
</Field>
|
||||||
</Fieldset>
|
</Fieldset>
|
||||||
|
Reference in New Issue
Block a user