mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-14 07:47:12 -06:00
ProgressBar: reduced thickness from 6 to 4 (as in IntelliJ and Windows 10)
This commit is contained in:
@@ -12,6 +12,7 @@ FlatLaf Change Log
|
|||||||
- changed style to rounded rectangle
|
- changed style to rounded rectangle
|
||||||
- fixed painting issues on low values
|
- fixed painting issues on low values
|
||||||
- ProgressBar: Support configure of arc with `ProgressBar.arc`.
|
- ProgressBar: Support configure of arc with `ProgressBar.arc`.
|
||||||
|
- ProgressBar: Reduced thickness from 6 to 4.
|
||||||
- TabbedPane: Support background color for selected tabs
|
- TabbedPane: Support background color for selected tabs
|
||||||
(`TabbedPane.selectedBackground`) and separators between tabs
|
(`TabbedPane.selectedBackground`) and separators between tabs
|
||||||
(`TabbedPane.showTabSeparators`).
|
(`TabbedPane.showTabSeparators`).
|
||||||
|
|||||||
@@ -269,9 +269,9 @@ PopupMenuSeparator.stripeIndent=4
|
|||||||
#---- ProgressBar ----
|
#---- ProgressBar ----
|
||||||
|
|
||||||
ProgressBar.border=com.formdev.flatlaf.ui.FlatEmptyBorder
|
ProgressBar.border=com.formdev.flatlaf.ui.FlatEmptyBorder
|
||||||
ProgressBar.arc=6
|
ProgressBar.arc=4
|
||||||
ProgressBar.horizontalSize=146,6
|
ProgressBar.horizontalSize=146,4
|
||||||
ProgressBar.verticalSize=6,146
|
ProgressBar.verticalSize=4,146
|
||||||
|
|
||||||
|
|
||||||
#---- RadioButton ----
|
#---- RadioButton ----
|
||||||
|
|||||||
Reference in New Issue
Block a user