mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 06:57:13 -06:00
Menus:
- support different selection colors for top-level JMenus - fixed styling of underline selection properties for top-level JMenus
This commit is contained in:
@@ -242,10 +242,13 @@ Menu.icon.disabledArrowColor = #ABABAB
|
||||
#---- MenuBar ----
|
||||
|
||||
MenuBar.selectionInsets = 1,3,1,3
|
||||
MenuBar.selectionEmbeddedInsets = 2,3,2,3
|
||||
MenuBar.selectionArc = 8
|
||||
|
||||
MenuBar.borderColor = #44f
|
||||
MenuBar.hoverBackground = #fdd
|
||||
MenuBar.selectionBackground = #f00
|
||||
MenuBar.selectionForeground = #0f0
|
||||
|
||||
MenuBar.underlineSelectionBackground = #0f0
|
||||
MenuBar.underlineSelectionColor = #ff0
|
||||
|
||||
Reference in New Issue
Block a user