From 5553fd65386f2c94d9d353eeb2d99902dbfe1530 Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Thu, 30 Apr 2020 00:54:36 +0200 Subject: [PATCH] CHANGELOG.md: added changes made in 'menu-layout' branch --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a04ca994..ef75c5d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,19 @@ FlatLaf Change Log ## Unreleased +- Menus: New menu item renderer brings stable left margins, right aligned + accelerators and larger gap between text and accelerator. This makes menus + look more modern and more similar to native platform menus. +- New underline menu selection style that displays selected menu items similar + to tabs (to enable use `UIManager.put( "MenuItem.selectionType", "underline" + );`). - Menus: Fixed text color of selected menu items that use HTML. (issue #87) - Menus: On Windows, pressing F10 now activates the menu bar without showing a menu popup (as usual on Windows platform). On other platforms the first menu popup is shown. +- Menus: Fixed inconsistent left padding in menu items. (issue #3) +- Menus: Fixed: Setting `iconTextGap` property on a menu item did increase left + and right margins. (issue #54) - Show mnemonics always when a menu bar is active or a popup menu is visible. - Hide mnemonics if window is deactivated (e.g. Alt+Tab to another window). (issue #43)