ProgressBar: reduced thickness from 6 to 4 (as in IntelliJ and Windows 10)

This commit is contained in:
Karl Tauber
2019-12-18 11:44:34 +01:00
parent c141cb6c6c
commit a3a60c1c4b
2 changed files with 4 additions and 3 deletions

View File

@@ -269,9 +269,9 @@ PopupMenuSeparator.stripeIndent=4
#---- ProgressBar ----
ProgressBar.border=com.formdev.flatlaf.ui.FlatEmptyBorder
ProgressBar.arc=6
ProgressBar.horizontalSize=146,6
ProgressBar.verticalSize=6,146
ProgressBar.arc=4
ProgressBar.horizontalSize=146,4
ProgressBar.verticalSize=4,146
#---- RadioButton ----