Label and ToolTip: fixed font sizes for <code>, <kbd>, <big>, <small> and <samp> tags in HTML text

ToolTip: update font size if `tiptext` property changes
This commit is contained in:
Karl Tauber
2021-02-04 12:56:18 +01:00
parent fefea0d7ec
commit 027b4ab7da
5 changed files with 592 additions and 112 deletions

View File

@@ -1,6 +1,14 @@
FlatLaf Change Log
==================
## 1.0-rc3-SNAPSHOT
#### Fixed bugs
- Label and ToolTip: Fixed font sizes for `<code>`, `<kbd>`, `<big>`, `<small>`
and `<samp>` tags in HTML text.
## 1.0-rc2
#### New features and improvements