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

@@ -135,6 +135,12 @@ CheckBox.icon.hoverBackground = #ff0
CheckBox.icon.pressedBackground = #FFC800
#---- CheckBoxMenuItem ----
CheckBoxMenuItem.icon.checkmarkColor = #4D89C9
CheckBoxMenuItem.icon.disabledCheckmarkColor = #ABABAB
#---- ComboBox ----
ComboBox.background = #fff
@@ -231,12 +237,6 @@ MenuBar.underlineSelectionBackground = #0f0
MenuBar.underlineSelectionColor = #ff0
MenuBar.underlineSelectionHeight = 5
#---- MenuItemCheckBox ----
MenuItemCheckBox.icon.checkmarkColor = #4D89C9
MenuItemCheckBox.icon.disabledCheckmarkColor = #ABABAB
#---- OptionPane ----
OptionPane.background = #fdd