CHANGELOG.md: added missing change to scrollbars on macOS and Linux

This commit is contained in:
Karl Tauber
2020-06-09 18:25:56 +02:00
parent e7cdc9cf8c
commit aee539bbef

View File

@@ -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)