Merge pull request #217 into master

MenuBar.underlineSelectionColor
This commit is contained in:
Karl Tauber
2020-12-05 12:00:50 +01:00
5 changed files with 62 additions and 27 deletions

View File

@@ -518,6 +518,9 @@ MenuBar.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
MenuBar.hoverBackground #ffdddd javax.swing.plaf.ColorUIResource [UI]
MenuBar.itemMargins 3,8,3,8 javax.swing.plaf.InsetsUIResource [UI]
MenuBar.shadow #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
MenuBar.underlineSelectionBackground #00ff00 javax.swing.plaf.ColorUIResource [UI]
MenuBar.underlineSelectionColor #ff0000 javax.swing.plaf.ColorUIResource [UI]
MenuBar.underlineSelectionHeight 5
MenuBar.windowBindings length=2 [Ljava.lang.Object;
[0] F10
[1] takeFocus

View File

@@ -192,6 +192,9 @@ Menu.icon.disabledArrowColor=#ABABAB
MenuBar.borderColor=#44f
MenuBar.hoverBackground=#fdd
MenuBar.underlineSelectionBackground=#0f0
MenuBar.underlineSelectionColor=#f00
MenuBar.underlineSelectionHeight=5
#---- MenuItemCheckBox ----