Button: fixed icon layout and preferred width of default buttons that use bold font (issue #506)

This commit is contained in:
Karl Tauber
2022-04-06 23:36:58 +02:00
parent 0dba9265be
commit ef2eedfc7c
2 changed files with 40 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ FlatLaf Change Log
- Native window decorations (Windows 10/11 only): Fixed wrong window title
character encoding used in Windows taskbar. (issue #502)
- Button: Fixed icon layout and preferred width of default buttons that use bold
font. (issue #506)
- ToolBar: Fixed endless loop in focus navigation that may occur under special
circumstances. (issue #505)