Skip to content

Commit 513470a

Browse files
committed
UI/UX: Add server os comboBox in setting menu
1 parent 5b890e4 commit 513470a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/main/resources/fxml/ServerConnectionInfoAnchorPane.fxml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<?import javafx.scene.layout.GridPane?>
1111
<?import javafx.scene.layout.RowConstraints?>
1212

13-
1413
<fx:root style="-fx-background-color: white;" stylesheets="@../css/javaFx.css" type="AnchorPane" xmlns="http://javafx.com/javafx/17" xmlns:fx="http://javafx.com/fxml/1">
1514
<children>
1615
<GridPane AnchorPane.bottomAnchor="5.0" AnchorPane.leftAnchor="5.0" AnchorPane.rightAnchor="5.0" AnchorPane.topAnchor="5.0">
@@ -50,6 +49,12 @@
5049
<PasswordField fx:id="passwordPF" prefWidth="200.0" promptText="hidden" GridPane.columnIndex="1" GridPane.columnSpan="2" GridPane.rowIndex="2" />
5150
<Label style="-fx-font-size: 11px;" styleClass="basic-font" stylesheets="@../css/javaFx.css" text="AlertLog DateFormat :" GridPane.rowIndex="4" />
5251
<JFXComboBox fx:id="alertLogDateFormatCB" prefWidth="424.0" GridPane.columnIndex="1" GridPane.rowIndex="4" />
52+
<Label style="-fx-font-size: 11px;" styleClass="basic-font" stylesheets="@../css/javaFx.css" text="Server OS" GridPane.columnIndex="2" GridPane.rowIndex="2">
53+
<padding>
54+
<Insets left="10.0" />
55+
</padding>
56+
</Label>
57+
<JFXComboBox fx:id="serverOSCB" prefWidth="100.0" GridPane.columnIndex="3" GridPane.rowIndex="2" />
5358
</children>
5459
<padding>
5560
<Insets bottom="5.0" left="10.0" right="10.0" top="5.0" />

0 commit comments

Comments
 (0)