Style: Apply Spotless

This commit is contained in:
Mathis Ginkel
2026-04-09 20:36:18 +02:00
parent 84e68d8b20
commit 566c9375ab
26 changed files with 275 additions and 307 deletions
@@ -17,17 +17,19 @@
maxWidth="Infinity">
<children>
<HBox>
<HBox spacing="10"
styleClass="">
<children>
<Label text="== CHAT ==" styleClass="chat-header" alignment="CENTER" maxWidth="Infinity"/>
<Region minHeight="4" styleClass="chat-separator"/>
<MenuButton fx:id="addWhisperChatButton" styleClass="gray-button" text="+" alignment="CENTER_RIGHT">
<Region HBox.hgrow="ALWAYS" />
<MenuButton fx:id="addWhisperChatButton" styleClass="yellow-button" text="WHISPER CHAT" alignment="CENTER_RIGHT">
</MenuButton>
</children>
</HBox>
<TabPane fx:id="ChatTabPane">
<TabPane fx:id="ChatTabPane"
VBox.vgrow="ALWAYS">
</TabPane>