CheckBox and RadioButton:

- added `CheckBox.icon.selectedBorderWidth`
- added `CheckBox.icon.disabledSelectedBorderWidth`
- added `CheckBox.icon.disabledSelectedBorderColor`
- added `CheckBox.icon.disabledSelectedBackground`
- changed `CheckBox.icon.focusWidth` from `int` `float`
This commit is contained in:
Karl Tauber
2021-11-02 15:03:18 +01:00
parent 00a3ad738f
commit d67cfc911b
9 changed files with 89 additions and 39 deletions

View File

@@ -49,7 +49,7 @@
+ CheckBox.icon.style filled
- CheckBox.icon[filled].selectedFocusedCheckmarkColor #eaf3fb HSL 208 68 95 javax.swing.plaf.ColorUIResource [UI]
- CheckBox.icon[filled].focusedCheckmarkColor #eaf3fb HSL 208 68 95 javax.swing.plaf.ColorUIResource [UI]
#---- ComboBox ----