mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27:13 -06:00
CheckBox: fixed background arc of checkmark
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user