Feat/ms 4 integration #282

Merged
jona.walpert merged 23 commits from feat/ms-4-integration into main 2026-04-13 03:07:52 +02:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 6ec743f126 - Show all commits
@@ -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>