Style: Apply Spotless
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -7,14 +7,12 @@
|
||||
|
||||
<VBox fx:id="chatInterfaceVBox"
|
||||
maxWidth="Infinity"
|
||||
minHeight="500"
|
||||
spacing="10"
|
||||
styleClass="chat-box"
|
||||
stylesheets="@chatui.css"
|
||||
VBox.vgrow="ALWAYS"
|
||||
xmlns="http://javafx.com/javafx/17.0.12"
|
||||
xmlns:fx="http://javafx.com/fxml/1"
|
||||
>
|
||||
xmlns:fx="http://javafx.com/fxml/1">
|
||||
|
||||
<children>
|
||||
<!-- Chatnachrichten werden hier hinzugefügt -->
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
.gray-button {
|
||||
-fx-background-color: #333333;
|
||||
-fx-border-color: #666666;
|
||||
-fx-text-fill: #cccccc;
|
||||
-fx-text-fill: #ffffff;
|
||||
}
|
||||
|
||||
.gray-button, .yellow-button, .red-button {
|
||||
|
||||
Reference in New Issue
Block a user