mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-03-29 11:11:48 +01:00
followup
This commit is contained in:
parent
7b3e5f37b9
commit
72066395d6
@ -575,7 +575,7 @@ public class AppServices {
|
||||
}
|
||||
|
||||
private static double getReducedWindowHeight() {
|
||||
return org.controlsfx.tools.Platform.getCurrent() == org.controlsfx.tools.Platform.WINDOWS ? 790d : 768d; //Windows includes menu bar of 22px
|
||||
return org.controlsfx.tools.Platform.getCurrent() != org.controlsfx.tools.Platform.OSX ? 790d : 768d; //Check for menu bar of ~22px
|
||||
}
|
||||
|
||||
public Application getApplication() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user