Remove dollar signs from FXML text attributes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user