Remove dollar signs from FXML text attributes
This commit is contained in:
3
log.txt
3
log.txt
@@ -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
|
||||
|
||||
@@ -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