mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-21 01:56:55 -04:00
adjust design of wrong file alert
This commit is contained in:
@@ -35,7 +35,7 @@ abstract class WrongFileAlertModule {
|
||||
@WrongFileAlertScoped
|
||||
static Stage provideStage(StageFactory factory, @PrimaryStage Stage primaryStage, ResourceBundle resourceBundle) {
|
||||
Stage stage = factory.create();
|
||||
stage.setTitle(resourceBundle.getString("wrongFileAlert.title"));
|
||||
stage.setTitle(resourceBundle.getString("wrongFileAlert.windowTitle"));
|
||||
stage.setResizable(false);
|
||||
stage.initOwner(primaryStage);
|
||||
stage.initModality(Modality.WINDOW_MODAL);
|
||||
|
||||
Reference in New Issue
Block a user