mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-20 09:36:55 -04:00
attempt to correctly size the UI (#656)
This commit is contained in:
@@ -36,6 +36,7 @@ public class MainApplication extends Application {
|
||||
mainCtrl.initStage(primaryStage);
|
||||
|
||||
primaryStage.show();
|
||||
primaryStage.sizeToScene();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user