mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 22:47:13 -06:00
Merge PR #536: Menus: rounded selection
# Conflicts: # flatlaf-core/src/main/java/com/formdev/flatlaf/ui/FlatMenuBarUI.java # flatlaf-core/src/main/java/com/formdev/flatlaf/ui/FlatMenuUI.java # flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLaf.properties # flatlaf-theme-editor/src/main/resources/com/formdev/flatlaf/themeeditor/FlatLafUIKeys.txt
This commit is contained in:
@@ -255,13 +255,26 @@ 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
|
||||
MenuBar.underlineSelectionHeight = 5
|
||||
|
||||
|
||||
#---- MenuItem ----
|
||||
|
||||
MenuItem.selectionInsets = 0,3,0,3
|
||||
MenuItem.selectionArc = 8
|
||||
|
||||
|
||||
#---- OptionPane ----
|
||||
|
||||
OptionPane.background = #fdd
|
||||
|
||||
Reference in New Issue
Block a user