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

@@ -9,3 +9,6 @@ The last packet sent successfully to the server was 0 milliseconds ago. The driv
[2026-02-28 14:30:29] [ERROR] EXCEPTION | Location: MainLayoutController.loadView | Type: LoadException | Message:
/home/user/Documents/SAIT/Winter%202026/intellij/group-2-threaded-project-petshop-desktop/target/classes/org/example/petshopdesktop/modelviews/analytics-view.fxml:58
| Context: Loading view: analytics-view.fxml
[2026-02-28 14:35:14] [ERROR] EXCEPTION | Location: MainLayoutController.loadView | Type: LoadException | Message:
/home/user/Documents/SAIT/Winter%202026/intellij/group-2-threaded-project-petshop-desktop/target/classes/org/example/petshopdesktop/modelviews/analytics-view.fxml:58
| Context: Loading view: analytics-view.fxml

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>