New Features #1
@ -37,6 +37,8 @@ class PreferencesDialog(
|
|||||||
}
|
}
|
||||||
|
|
||||||
val root = fxmlLoader.load(javaClass.getResourceAsStream("/fxml/dialogs/preferences.fxml")) as DialogPane
|
val root = fxmlLoader.load(javaClass.getResourceAsStream("/fxml/dialogs/preferences.fxml")) as DialogPane
|
||||||
|
root.prefHeightProperty().bind(dialogPane.scene.heightProperty());
|
||||||
|
root.prefWidthProperty().bind(dialogPane.scene.widthProperty());
|
||||||
|
|
||||||
dialogPane = root
|
dialogPane = root
|
||||||
title = "Settings"
|
title = "Settings"
|
||||||
|
Loading…
Reference in New Issue
Block a user