diff --git a/src/main/java/com/sparrowwallet/sparrow/AppServices.java b/src/main/java/com/sparrowwallet/sparrow/AppServices.java index c64d13da..fc0c4587 100644 --- a/src/main/java/com/sparrowwallet/sparrow/AppServices.java +++ b/src/main/java/com/sparrowwallet/sparrow/AppServices.java @@ -575,7 +575,7 @@ public class AppServices { } private static double getReducedWindowHeight() { - return org.controlsfx.tools.Platform.getCurrent() != org.controlsfx.tools.Platform.OSX ? 790d : 768d; //Check for menu bar of ~22px + return org.controlsfx.tools.Platform.getCurrent() != org.controlsfx.tools.Platform.OSX ? 802d : 768d; //Check for menu bar of ~34px } public Application getApplication() {