mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-13 05:46:59 -04:00
align add acount pane labels to left
This commit is contained in:
parent
f448229e22
commit
7d39d00a6a
@ -23,12 +23,12 @@
|
|||||||
<ColumnConstraints minWidth="140"/>
|
<ColumnConstraints minWidth="140"/>
|
||||||
</columnConstraints>
|
</columnConstraints>
|
||||||
|
|
||||||
<Label text="%account.methods" GridPane.halignment="RIGHT" GridPane.columnIndex="0"
|
<Label text="%account.methods" GridPane.halignment="LEFT" GridPane.columnIndex="0"
|
||||||
GridPane.rowIndex="0"/>
|
GridPane.rowIndex="0"/>
|
||||||
|
|
||||||
<JFXComboBox fx:id="cboType" GridPane.columnIndex="1" GridPane.rowIndex="0" GridPane.columnSpan="2"/>
|
<JFXComboBox fx:id="cboType" GridPane.columnIndex="1" GridPane.rowIndex="0" GridPane.columnSpan="2"/>
|
||||||
|
|
||||||
<Label fx:id="lblInjectorServer" text="%account.injector.server" GridPane.halignment="RIGHT"
|
<Label fx:id="lblInjectorServer" text="%account.injector.server" GridPane.halignment="LEFT"
|
||||||
GridPane.columnIndex="0" GridPane.rowIndex="1"/>
|
GridPane.columnIndex="0" GridPane.rowIndex="1"/>
|
||||||
|
|
||||||
<JFXComboBox fx:id="cboServers" promptText="%account.injector.empty" maxHeight="25" GridPane.columnIndex="1" GridPane.rowIndex="1"/>
|
<JFXComboBox fx:id="cboServers" promptText="%account.injector.empty" maxHeight="25" GridPane.columnIndex="1" GridPane.rowIndex="1"/>
|
||||||
@ -47,7 +47,7 @@
|
|||||||
</JFXButton>
|
</JFXButton>
|
||||||
</HBox>
|
</HBox>
|
||||||
|
|
||||||
<Label fx:id="lblUsername" text="%account.username" GridPane.rowIndex="2" GridPane.columnIndex="0"/>
|
<Label fx:id="lblUsername" text="%account.username" GridPane.halignment="LEFT" GridPane.rowIndex="2" GridPane.columnIndex="0"/>
|
||||||
|
|
||||||
<JFXTextField fx:id="txtUsername" GridPane.columnIndex="1" GridPane.rowIndex="2" GridPane.columnSpan="2"
|
<JFXTextField fx:id="txtUsername" GridPane.columnIndex="1" GridPane.rowIndex="2" GridPane.columnSpan="2"
|
||||||
FXUtils.validateWhileTextChanged="true" onAction="#onCreationAccept">
|
FXUtils.validateWhileTextChanged="true" onAction="#onCreationAccept">
|
||||||
@ -57,7 +57,7 @@
|
|||||||
</validators>
|
</validators>
|
||||||
</JFXTextField>
|
</JFXTextField>
|
||||||
|
|
||||||
<Label fx:id="lblPassword" text="%account.password" GridPane.rowIndex="3" GridPane.columnIndex="0"/>
|
<Label fx:id="lblPassword" text="%account.password" GridPane.halignment="LEFT" GridPane.rowIndex="3" GridPane.columnIndex="0"/>
|
||||||
|
|
||||||
<JFXPasswordField fx:id="txtPassword" GridPane.columnIndex="1" GridPane.rowIndex="3"
|
<JFXPasswordField fx:id="txtPassword" GridPane.columnIndex="1" GridPane.rowIndex="3"
|
||||||
GridPane.columnSpan="2" FXUtils.validateWhileTextChanged="true" onAction="#onCreationAccept">
|
GridPane.columnSpan="2" FXUtils.validateWhileTextChanged="true" onAction="#onCreationAccept">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user