mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-13 07:17:13 -06:00
Menu: fixed vertical alignment of sub-menus (issue #42)
This commit is contained in:
@@ -5,6 +5,7 @@ FlatLaf Change Log
|
|||||||
|
|
||||||
- Hide menu mnemonics by default and show them only when <kbd>Alt</kbd> key is
|
- Hide menu mnemonics by default and show them only when <kbd>Alt</kbd> key is
|
||||||
pressed. (issue #43)
|
pressed. (issue #43)
|
||||||
|
- Menu: Fixed vertical alignment of sub-menus. (issue #42)
|
||||||
- TabbedPane: In scroll-tab-layout, the cropped line is now hidden. (issue #40)
|
- TabbedPane: In scroll-tab-layout, the cropped line is now hidden. (issue #40)
|
||||||
- Tree: UI default value `Tree.textBackground` now has a valid color and is no
|
- Tree: UI default value `Tree.textBackground` now has a valid color and is no
|
||||||
longer `null`.
|
longer `null`.
|
||||||
|
|||||||
@@ -215,6 +215,8 @@ List.dropLineColor=@dropLineColor
|
|||||||
Menu.border=com.formdev.flatlaf.ui.FlatMarginBorder
|
Menu.border=com.formdev.flatlaf.ui.FlatMarginBorder
|
||||||
Menu.arrowIcon=com.formdev.flatlaf.icons.FlatMenuArrowIcon
|
Menu.arrowIcon=com.formdev.flatlaf.icons.FlatMenuArrowIcon
|
||||||
Menu.margin=2,2,2,2
|
Menu.margin=2,2,2,2
|
||||||
|
Menu.submenuPopupOffsetX={scaledInteger}-4
|
||||||
|
Menu.submenuPopupOffsetY={scaledInteger}-1
|
||||||
|
|
||||||
|
|
||||||
#---- MenuBar ----
|
#---- MenuBar ----
|
||||||
|
|||||||
Reference in New Issue
Block a user