mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-13 23:37:13 -06:00
ProgressBar: made progress bar paint smooth in indeterminate mode
This commit is contained in:
@@ -15,6 +15,7 @@ FlatLaf Change Log
|
|||||||
field gains focus for the first time and selection was not set explicitly.
|
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
|
This can be configured to newer or always select all text on focus gain (see
|
||||||
UI default value `TextComponent.selectAllOnFocusPolicy`).
|
UI default value `TextComponent.selectAllOnFocusPolicy`).
|
||||||
|
- ProgressBar: Made progress bar paint smooth in indeterminate mode.
|
||||||
|
|
||||||
|
|
||||||
## 0.25.1
|
## 0.25.1
|
||||||
|
|||||||
@@ -291,6 +291,8 @@ ProgressBar.border=com.formdev.flatlaf.ui.FlatEmptyBorder
|
|||||||
ProgressBar.arc=4
|
ProgressBar.arc=4
|
||||||
ProgressBar.horizontalSize=146,4
|
ProgressBar.horizontalSize=146,4
|
||||||
ProgressBar.verticalSize=4,146
|
ProgressBar.verticalSize=4,146
|
||||||
|
ProgressBar.cycleTime=4000
|
||||||
|
ProgressBar.repaintInterval=15
|
||||||
|
|
||||||
|
|
||||||
#---- RadioButton ----
|
#---- RadioButton ----
|
||||||
|
|||||||
Reference in New Issue
Block a user