mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 22:47:13 -06:00
IntelliJ Themes: fixed menu bar and menu item margins in all Material UI Lite themes
This commit is contained in:
@@ -25,6 +25,8 @@ FlatLaf Change Log
|
|||||||
- Fixed/improved vertical position of text when scaled on HiDPI screens on
|
- Fixed/improved vertical position of text when scaled on HiDPI screens on
|
||||||
Windows.
|
Windows.
|
||||||
- IntelliJ Themes: Updated Gradianto Themes.
|
- IntelliJ Themes: Updated Gradianto Themes.
|
||||||
|
- IntelliJ Themes: Fixed menu bar and menu item margins in all Material UI Lite
|
||||||
|
themes.
|
||||||
|
|
||||||
|
|
||||||
## 0.36
|
## 0.36
|
||||||
|
|||||||
@@ -481,6 +481,19 @@ public class IntelliJTheme
|
|||||||
// Link
|
// Link
|
||||||
uiKeyMapping.put( "Link.activeForeground", "Component.linkColor" );
|
uiKeyMapping.put( "Link.activeForeground", "Component.linkColor" );
|
||||||
|
|
||||||
|
// Menu
|
||||||
|
uiKeyMapping.put( "Menu.border", "Menu.margin" );
|
||||||
|
uiKeyMapping.put( "MenuItem.border", "MenuItem.margin" );
|
||||||
|
uiKeyCopying.put( "CheckBoxMenuItem.margin", "MenuItem.margin" );
|
||||||
|
uiKeyCopying.put( "RadioButtonMenuItem.margin", "MenuItem.margin" );
|
||||||
|
uiKeyMapping.put( "PopupMenu.border", "PopupMenu.borderInsets" );
|
||||||
|
|
||||||
|
// IDEA uses List.selectionBackground also for menu selection
|
||||||
|
uiKeyCopying.put( "Menu.selectionBackground", "List.selectionBackground" );
|
||||||
|
uiKeyCopying.put( "MenuItem.selectionBackground", "List.selectionBackground" );
|
||||||
|
uiKeyCopying.put( "CheckBoxMenuItem.selectionBackground", "List.selectionBackground" );
|
||||||
|
uiKeyCopying.put( "RadioButtonMenuItem.selectionBackground", "List.selectionBackground" );
|
||||||
|
|
||||||
// ProgressBar
|
// ProgressBar
|
||||||
uiKeyMapping.put( "ProgressBar.background", "" ); // ignore
|
uiKeyMapping.put( "ProgressBar.background", "" ); // ignore
|
||||||
uiKeyMapping.put( "ProgressBar.foreground", "" ); // ignore
|
uiKeyMapping.put( "ProgressBar.foreground", "" ); // ignore
|
||||||
|
|||||||
Reference in New Issue
Block a user