Fix crash in version settings

introduced in d75c3bbf96852129a07996c07cdf0219a27a30df
This commit is contained in:
yushijinhun 2019-02-04 17:06:20 +08:00
parent f20c11a4e2
commit 93f943d40c
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4

View File

@ -60,16 +60,7 @@
<Label text="%settings.advanced.launcher_visible" BorderPane.alignment="CENTER_LEFT"/> <Label text="%settings.advanced.launcher_visible" BorderPane.alignment="CENTER_LEFT"/>
</left> </left>
<right> <right>
<JFXComboBox fx:id="cboLauncherVisibility" BorderPane.alignment="CENTER_RIGHT" FXUtils.limitWidth="300"> <JFXComboBox fx:id="cboLauncherVisibility" BorderPane.alignment="CENTER_RIGHT" FXUtils.limitWidth="300" />
<items>
<FXCollections fx:factory="observableArrayList">
<Label text="%settings.advanced.launcher_visibility.close"/>
<Label text="%settings.advanced.launcher_visibility.hide"/>
<Label text="%settings.advanced.launcher_visibility.keep"/>
<Label text="%settings.advanced.launcher_visibility.hide_reopen"/>
</FXCollections>
</items>
</JFXComboBox>
</right> </right>
</BorderPane> </BorderPane>