This commit is contained in:
Armin Schrenk
2021-10-04 12:02:55 +02:00
parent 6415c29e3e
commit 126201506c

View File

@@ -42,7 +42,6 @@ abstract class PreferencesModule {
static Stage provideStage(StageFactory factory, ResourceBundle resourceBundle) {
Stage stage = factory.create();
stage.setTitle(resourceBundle.getString("preferences.title"));
stage.setResizable(false);
return stage;
}