Remove dollar signs from FXML text attributes

This commit is contained in:
2026-02-28 14:36:27 -07:00
parent 2f653acac6
commit 2159d0762a
2 changed files with 5 additions and 2 deletions

View File

@@ -51,7 +51,7 @@
<Font size="12.0" />
</font>
</Label>
<Label fx:id="lblTotalRevenue" text="$0.00" textFill="#2c3e50">
<Label fx:id="lblTotalRevenue" text="0.00" textFill="#2c3e50">
<font>
<Font name="System Bold" size="24.0" />
</font>
@@ -83,7 +83,7 @@
<Font size="12.0" />
</font>
</Label>
<Label fx:id="lblAvgTransaction" text="$0.00" textFill="#2c3e50">
<Label fx:id="lblAvgTransaction" text="0.00" textFill="#2c3e50">
<font>
<Font name="System Bold" size="24.0" />
</font>