Fix: revision of chatContainer in the Casinomainui and Casinogameui styles

This commit is contained in:
Julian Kropff
2026-04-12 22:56:40 +02:00
parent 696f9f4fa4
commit 6ec743f126
2 changed files with 3 additions and 2 deletions
@@ -113,7 +113,8 @@
<!-- Leave blank --> <!-- Leave blank -->
</VBox> </VBox>
<fx:include source="components/chatui/chatbox.fxml" GridPane.columnIndex="2"/> <!-- RIGHT SIDE (Chat Box) -->
<AnchorPane fx:id="chatContainer" GridPane.columnIndex="2" />
</children> </children>
</GridPane> </GridPane>
@@ -126,7 +126,7 @@
</VBox> </VBox>
<!-- RIGHT SIDE (Chat Box) --> <!-- RIGHT SIDE (Chat Box) -->
<fx:include source="components/chatui/chatbox.fxml" GridPane.columnIndex="2"/> <AnchorPane fx:id="chatContainer" GridPane.columnIndex="2" />
</children> </children>
</GridPane> </GridPane>
</AnchorPane> </AnchorPane>