Theming improvements:

- renamed `MenuItemCheckBox.icon.checkmarkColor` to `CheckBoxMenuItem.icon.checkmarkColor`
- renamed `MenuItemCheckBox.icon.disabledCheckmarkColor` to `CheckBoxMenuItem.icon.disabledCheckmarkColor`

(Note: this are incompatible changes!)
This commit is contained in:
Karl Tauber
2021-10-03 23:28:53 +02:00
parent f0c314df80
commit 2e1ef647a9
9 changed files with 37 additions and 61 deletions

View File

@@ -129,6 +129,8 @@ CheckBoxMenuItem.checkIcon
CheckBoxMenuItem.disabledForeground
CheckBoxMenuItem.font
CheckBoxMenuItem.foreground
CheckBoxMenuItem.icon.checkmarkColor
CheckBoxMenuItem.icon.disabledCheckmarkColor
CheckBoxMenuItem.margin
CheckBoxMenuItem.opaque
CheckBoxMenuItem.selectionBackground
@@ -468,8 +470,6 @@ MenuItem.underlineSelectionBackground
MenuItem.underlineSelectionCheckBackground
MenuItem.underlineSelectionColor
MenuItem.underlineSelectionHeight
MenuItemCheckBox.icon.checkmarkColor
MenuItemCheckBox.icon.disabledCheckmarkColor
MenuItemUI
MenuUI
MonthViewUI