mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-07-12 22:22:23 +02:00
greater min window height on windows and linux
This commit is contained in:
@ -265,7 +265,7 @@ public class AppServices {
|
||||
|
||||
stage.setTitle("Sparrow");
|
||||
stage.setMinWidth(650);
|
||||
stage.setMinHeight(750);
|
||||
stage.setMinHeight(org.controlsfx.tools.Platform.getCurrent() == org.controlsfx.tools.Platform.OSX ? 750 : 780);
|
||||
stage.setScene(scene);
|
||||
stage.getIcons().add(new Image(MainApp.class.getResourceAsStream("/image/sparrow.png")));
|
||||
|
||||
|
Reference in New Issue
Block a user