diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bb6465d..19052446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLaf.properties b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLaf.properties index 0b716bb5..af9c9d31 100644 --- a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLaf.properties +++ b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLaf.properties @@ -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 ----