We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef6c09 commit cea409cCopy full SHA for cea409c
src/java.desktop/macosx/classes/com/apple/laf/AquaInternalFrameUI.java
@@ -752,7 +752,7 @@ public void paint(final Graphics g, final int x, final int y, final int w, final
752
@Override
753
public void paint(final Graphics g, int x, int y, int w, int h) {
754
g.setColor(new Color(0, 0, 0, 64));
755
- g.drawLine(x + 2, y - 8, x + w - 2, y - 8);
+ g.drawLine(x + 5, y - 8, x + w - 5, y - 8);
756
}
757
},
758
0, 7, 1.1f, 1.0f, 24, 51, 51, 25, 25, 25, 25);
@@ -771,7 +771,7 @@ public void paint(final Graphics g, final int x, final int y, final int w, final
771
772
773
g.setColor(new Color(0, 0, 0, 32));
774
- g.drawLine(x, y - 11, x + w - 1, y - 11);
+ g.drawLine(x + 10, y - 11, x + w - 10, y - 11);
775
776
777
0, 0, 3.0f, 1.0f, 10, 51, 51, 25, 25, 25, 25);
0 commit comments