We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87988b2 commit e9be45fCopy full SHA for e9be45f
1 file changed
src/icons/LeftArrow.java
@@ -37,7 +37,7 @@ protected void paintNotSelected(Graphics g) {
37
//center arrow, by shifting y up by half of the bounds.height
38
dy -= poly.getBounds().getHeight() / 2;
39
//shift the arrow to the right a little bit
40
- dx += poly.getBounds().getWidth() / 5;
+ dx += poly.getBounds().getWidth() / 8;
41
poly.translate(dx, dy);
42
g.fillPolygon(poly);
43
}
0 commit comments