rearranged layout elements and changed window width

This commit is contained in:
Jan-Peter Klein
2023-07-20 11:31:52 +02:00
parent 0a07103a4f
commit b6d09016cd
2 changed files with 22 additions and 25 deletions

View File

@@ -35,7 +35,7 @@ abstract class UpdateReminderModule {
static Stage provideStage(StageFactory factory, ResourceBundle resourceBundle) {
Stage stage = factory.create();
stage.setTitle(resourceBundle.getString("updateReminder.title"));
stage.setMinWidth(550);
stage.setMinWidth(500);
stage.setMinHeight(100);
stage.initModality(Modality.APPLICATION_MODAL);
return stage;