ProgressBar: If progress text is visible:

- use smaller font
  - reduced height
  - changed style to rounded rectangle
  - fixed painting issues on low values

Support configure of arc with `ProgressBar.arc`
This commit is contained in:
Karl Tauber
2019-12-16 00:10:20 +01:00
parent 3fcb17931a
commit f20803ae57
7 changed files with 92 additions and 19 deletions

View File

@@ -3,6 +3,12 @@ FlatLaf Change Log
## Unreleased
- ProgressBar: If progress text is visible:
- use smaller font
- reduced height
- changed style to rounded rectangle
- fixed painting issues on low values
- ProgressBar: Support configure of arc with `ProgressBar.arc`.
- TabbedPane: Support background color for selected tabs.
- CheckBox: changed `CheckBox.arc` from radius to diameter to be consistent with
`Button.arc` and `Component.arc`