set bigger minHeight
Some checks failed
Build / Compile and Test (push) Has been cancelled

This commit is contained in:
Jan-Peter Klein 2024-10-02 17:03:52 +02:00
parent 16e77d4b9b
commit 1cea7bcffc
No known key found for this signature in database
GPG Key ID: 90EDA3A7C822FD0E

View File

@ -40,7 +40,7 @@ abstract class MainWindowModule {
initializer.accept(stage);
stage.setTitle("Cryptomator");
stage.setMinWidth(650);
stage.setMinHeight(440);
stage.setMinHeight(498);
return stage;
}