From a3a60c1c4b73d81bf3b6611e04332e4134558988 Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Wed, 18 Dec 2019 11:44:34 +0100 Subject: [PATCH] ProgressBar: reduced thickness from 6 to 4 (as in IntelliJ and Windows 10) --- CHANGELOG.md | 1 + .../main/resources/com/formdev/flatlaf/FlatLaf.properties | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc00a6e..40ef2b86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ FlatLaf Change Log - changed style to rounded rectangle - fixed painting issues on low values - ProgressBar: Support configure of arc with `ProgressBar.arc`. +- ProgressBar: Reduced thickness from 6 to 4. - TabbedPane: Support background color for selected tabs (`TabbedPane.selectedBackground`) and separators between tabs (`TabbedPane.showTabSeparators`). 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 99a5b323..1f848c1d 100644 --- a/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLaf.properties +++ b/flatlaf-core/src/main/resources/com/formdev/flatlaf/FlatLaf.properties @@ -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 ----