Fix: small style fixes

This commit is contained in:
Julian Kropff
2026-04-10 20:41:12 +02:00
parent a2d176f13c
commit cb7c284314
2 changed files with 2 additions and 3 deletions
@@ -65,7 +65,7 @@
</graphic> </graphic>
</Label> </Label>
<Label fx:id="TableText" <Label fx:id="tableText"
text="Place your bet" text="Place your bet"
styleClass="table-title" /> styleClass="table-title" />
@@ -18,8 +18,7 @@
layoutX="50.0" layoutY="710.0"> layoutX="50.0" layoutY="710.0">
<!-- Placeholder buttons --> <!-- Placeholder buttons -->
Fix: correct Taskbar UI <Button text="SETTINGS" styleClass="gray-button" />
Refs #52 <Button text="SETTINGS" styleClass="gray-button" />
<Button text="INFO" styleClass="gray-button" /> <Button text="INFO" styleClass="gray-button" />
<!-- Buten for the Casono Browser --> <!-- Buten for the Casono Browser -->
<Button text="HELP" onAction="#onBrowserButtonClick" styleClass="gray-button" /> <Button text="HELP" onAction="#onBrowserButtonClick" styleClass="gray-button" />