macOS themes: use rounded selection for menus and combo boxes; fixed menus and combo box selection colors (issue #497)

This commit is contained in:
Karl Tauber
2022-06-09 21:15:52 +02:00
parent 5eaebde437
commit aa9263a2e7
7 changed files with 130 additions and 28 deletions

View File

@@ -117,6 +117,7 @@ Menu.selectionBackground = Menu.background
MenuBar.hoverBackground = Menu.background
MenuBar.underlineSelectionBackground = Menu.background
MenuBar.selectionBackground = Menu.background
#---- MenuItem ----