New Features #1
@ -37,6 +37,8 @@ class PreferencesDialog(
|
||||
}
|
||||
|
||||
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
|
||||
title = "Settings"
|
||||
|
Loading…
Reference in New Issue
Block a user