Improve UI
This commit is contained in:
@@ -108,10 +108,10 @@
|
|||||||
|
|
||||||
<BorderPane>
|
<BorderPane>
|
||||||
<left>
|
<left>
|
||||||
<Label text="%settings.show_log"/>
|
<Label BorderPane.alignment="CENTER_LEFT" text="%settings.show_log"/>
|
||||||
</left>
|
</left>
|
||||||
<right>
|
<right>
|
||||||
<JFXToggleButton fx:id="chkShowLogs" size="8" FXUtils.limitHeight="10" />
|
<JFXToggleButton fx:id="chkShowLogs" size="8" FXUtils.limitHeight="20" />
|
||||||
</right>
|
</right>
|
||||||
</BorderPane>
|
</BorderPane>
|
||||||
</ComponentList>
|
</ComponentList>
|
||||||
@@ -144,18 +144,18 @@
|
|||||||
fx:id="txtServerIP" StackPane.margin="$insets"/>
|
fx:id="txtServerIP" StackPane.margin="$insets"/>
|
||||||
<BorderPane>
|
<BorderPane>
|
||||||
<left>
|
<left>
|
||||||
<Label text="%settings.advanced.no_jvm_args"/>
|
<Label BorderPane.alignment="CENTER_LEFT" text="%settings.advanced.no_jvm_args"/>
|
||||||
</left>
|
</left>
|
||||||
<right>
|
<right>
|
||||||
<JFXToggleButton fx:id="chkNoJVMArgs" size="7" FXUtils.limitHeight="10" />
|
<JFXToggleButton fx:id="chkNoJVMArgs" size="8" FXUtils.limitHeight="20" />
|
||||||
</right>
|
</right>
|
||||||
</BorderPane>
|
</BorderPane>
|
||||||
<BorderPane>
|
<BorderPane>
|
||||||
<left>
|
<left>
|
||||||
<Label text="%settings.advanced.dont_check_game_completeness"/>
|
<Label BorderPane.alignment="CENTER_LEFT" text="%settings.advanced.dont_check_game_completeness"/>
|
||||||
</left>
|
</left>
|
||||||
<right>
|
<right>
|
||||||
<JFXToggleButton fx:id="chkNoGameCheck" size="7" FXUtils.limitHeight="10" />
|
<JFXToggleButton fx:id="chkNoGameCheck" size="8" FXUtils.limitHeight="20" />
|
||||||
</right>
|
</right>
|
||||||
</BorderPane>
|
</BorderPane>
|
||||||
</ComponentList>
|
</ComponentList>
|
||||||
|
|||||||
Reference in New Issue
Block a user