New Features #1

Open
marvinelsen wants to merge 76 commits from develop into main
Showing only changes of commit 898a5d3cc5 - Show all commits

View File

@ -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"