ProgressBar: made progress bar paint smooth in indeterminate mode

This commit is contained in:
Karl Tauber
2020-01-22 14:21:38 +01:00
parent 757b0812ba
commit 094967f52a
2 changed files with 3 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ FlatLaf Change Log
field gains focus for the first time and selection was not set explicitly.
This can be configured to newer or always select all text on focus gain (see
UI default value `TextComponent.selectAllOnFocusPolicy`).
- ProgressBar: Made progress bar paint smooth in indeterminate mode.
## 0.25.1

View File

@@ -291,6 +291,8 @@ ProgressBar.border=com.formdev.flatlaf.ui.FlatEmptyBorder
ProgressBar.arc=4
ProgressBar.horizontalSize=146,4
ProgressBar.verticalSize=4,146
ProgressBar.cycleTime=4000
ProgressBar.repaintInterval=15
#---- RadioButton ----