Roman Tsourick - 2017-11-19

While learning StatusBar code I've found this:

        setBorder(new CompoundBorder(new EmptyBorder(4,0,0,
            (OperatingSystem.isMacOS() ? 18 : 0)),
            UIManager.getBorder("TextField.border")));

StatusBar.java, Line 66 see class constructor. If the screenshot has 1:1 ratio, the gap is exactly 18px.

I know nothing about MacOS, but that exclusion seems to be reserved for some UI element, which is probably obsolete on newer versions, or depends on visual style, if there are any on MacOS. I hope this will save some time for those who can manage this bug.