CheckBox: fixed background arc of checkmark

This commit is contained in:
Karl Tauber
2019-09-18 11:53:00 +02:00
parent 673dd67d41
commit c4e0ef198f

View File

@@ -128,7 +128,7 @@ public class FlatCheckBoxIcon
}
protected void paintBackground( Graphics2D g2 ) {
g2.fillRoundRect( 2, 1, 12, 12, 4, 4 );
g2.fillRoundRect( 2, 1, 12, 12, 3, 3 );
}
protected void paintCheckmark( Graphics2D g2 ) {