mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 06:57:13 -06:00
Menus: support rounded selection
This commit is contained in:
@@ -241,6 +241,9 @@ Menu.icon.disabledArrowColor = #ABABAB
|
||||
|
||||
#---- MenuBar ----
|
||||
|
||||
MenuBar.selectionInsets = 1,3,1,3
|
||||
MenuBar.selectionArc = 8
|
||||
|
||||
MenuBar.borderColor = #44f
|
||||
MenuBar.hoverBackground = #fdd
|
||||
|
||||
@@ -248,6 +251,13 @@ MenuBar.underlineSelectionBackground = #0f0
|
||||
MenuBar.underlineSelectionColor = #ff0
|
||||
MenuBar.underlineSelectionHeight = 5
|
||||
|
||||
|
||||
#---- MenuItem ----
|
||||
|
||||
MenuItem.selectionInsets = 0,3,0,3
|
||||
MenuItem.selectionArc = 8
|
||||
|
||||
|
||||
#---- OptionPane ----
|
||||
|
||||
OptionPane.background = #fdd
|
||||
|
||||
Reference in New Issue
Block a user