- Improved styling of dark tooltips (darker background, no border).
- increased top and bottom margins
- use brighter color in light theme
- Fixed colors in tooltips of disabled components. (issue #15)
This commit is contained in:
Karl Tauber
2019-10-21 18:07:43 +02:00
parent 964dc14a8a
commit 342b932f9e
6 changed files with 13 additions and 3 deletions

View File

@@ -3,6 +3,8 @@ FlatLaf Change Log
## Unreleased
- ToolTip: Improved styling of dark tooltips (darker background, no border).
- ToolTip: Fixed colors in tooltips of disabled components. (issue #15)
- ComboBox: Fixed NPE in combobox with custom renderer after switching to
FlatLaf. (issue #16; regression in 0.14)