reduce min height to fit 13" mbp

This commit is contained in:
Craig Raw 2020-11-29 09:21:01 +02:00
parent f0ee99b78b
commit 64c3db3656

View file

@ -78,7 +78,7 @@ public class MainApp extends Application {
stage.setTitle("Sparrow");
stage.setMinWidth(650);
stage.setMinHeight(830);
stage.setMinHeight(800);
stage.setScene(scene);
stage.getIcons().add(new Image(MainApp.class.getResourceAsStream("/image/sparrow.png")));