TabbedPane:

- added styling support for properties added in PR #343
- updated change log
This commit is contained in:
Karl Tauber
2021-11-18 18:01:07 +01:00
parent 31754eba5d
commit 1caab194af
4 changed files with 8 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ FlatLaf Change Log
incompatible changes in FlatLaf properties files.
- Slider: Support specifying width of thumb border (see UI value
`Slider.thumbBorderWidth`).
- TabbedPane: Optionally paint selected tab as card. (PR #343)
- Added more color functions to class `ColorFunctions` for easy use in
applications: `lighten()`, `darken()`, `saturate()`, `desaturate()`, `spin()`,
`tint()`, `shade()` and `luma()`.