mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-04-08 11:58:12 +02:00
reduce min height to fit 13" mbp
This commit is contained in:
parent
f0ee99b78b
commit
64c3db3656
@ -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")));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user