mirror of
https://github.com/cryptomator/cryptomator.git
synced 2024-11-26 21:40:29 +00:00
This commit is contained in:
parent
af667b10cf
commit
8440705436
@ -28,6 +28,7 @@ public class CustomDialog {
|
|||||||
dialogStage.initOwner(builder.owner);
|
dialogStage.initOwner(builder.owner);
|
||||||
dialogStage.initModality(Modality.WINDOW_MODAL);
|
dialogStage.initModality(Modality.WINDOW_MODAL);
|
||||||
dialogStage.setTitle(resolveText(builder.titleKey, builder.titleArgs));
|
dialogStage.setTitle(resolveText(builder.titleKey, builder.titleArgs));
|
||||||
|
dialogStage.setResizable(false);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
FxmlLoaderFactory loaderFactory = FxmlLoaderFactory.forController(new CustomDialogController(), Scene::new, builder.resourceBundle);
|
FxmlLoaderFactory loaderFactory = FxmlLoaderFactory.forController(new CustomDialogController(), Scene::new, builder.resourceBundle);
|
||||||
|
Loading…
Reference in New Issue
Block a user