mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-09 00:04:55 +00:00
reduce min height to fit 13" mbp
This commit is contained in:
@@ -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")));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user