Skip to content

Commit

Permalink
followup 2
Browse files Browse the repository at this point in the history
  • Loading branch information
craigraw committed Nov 9, 2023
1 parent 7206639 commit 2712555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/sparrowwallet/sparrow/AppServices.java
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ public static boolean isReducedWindowHeight(Node node) {
}

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() {
Expand Down

0 comments on commit 2712555

Please sign in to comment.