New Channel UI updated.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
spacing="16"
|
||||
alignment="CENTER"
|
||||
prefWidth="400" maxWidth="400"
|
||||
prefHeight="280" maxHeight="280">
|
||||
prefHeight="380" maxHeight="380">
|
||||
|
||||
<!-- Header Row: Picture + Name -->
|
||||
<HBox alignment="CENTER_LEFT" spacing="12">
|
||||
@@ -42,6 +42,15 @@
|
||||
</VBox>
|
||||
</HBox>
|
||||
|
||||
<!-- ID -->
|
||||
<VBox spacing="4" alignment="CENTER_LEFT">
|
||||
<Label fx:id="channelIdLabel" text="Channel ID" styleClass="group-name-label"/>
|
||||
<TextField fx:id="channelIdField"
|
||||
promptText="Enter channel ID"
|
||||
styleClass="group-name-field"
|
||||
HBox.hgrow="ALWAYS"/>
|
||||
</VBox>
|
||||
|
||||
<!-- Channel Description -->
|
||||
<VBox spacing="4" alignment="CENTER_LEFT">
|
||||
<Label fx:id="channelDescLabel" text="Description (optional)" styleClass="group-name-label"/>
|
||||
|
||||
Reference in New Issue
Block a user