diff --git a/CHANGELOG.md b/CHANGELOG.md index 513c461c..7a31b47c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ FlatLaf Change Log - ScrollBar: Made styling more flexible by supporting insets and arc for track and thumb. (issue #103) +- ScrollBar: Use round thumb on macOS and Linux to make it look similar to + native platform scroll bars. (issue #103) - ComboBox: Minimum width is now 72 pixels (was ~50 for non-editable and ~130 for editable comboboxes). - ComboBox: Support custom borders in combobox editors. (issue #102)