ToolBar: added empty space around buttons in toolbar (issue #56)

This commit is contained in:
Karl Tauber
2020-02-14 12:53:30 +01:00
parent 7f9f22df3e
commit c83b4093f0
6 changed files with 41 additions and 10 deletions

View File

@@ -17,6 +17,8 @@ FlatLaf Change Log
is "..." or a single character.
- ToolBar: No longer use special rollover border for buttons in toolbar. (issue
#36)
- ToolBar: Added empty space around buttons in toolbar (see UI default value
`Button.toolbar.spacingInsets`). (issue #56)
- Fixed "illegal reflective access operation" warning on macOS when using Java
12 or later. (issue #60, PR #61)