ComboBox: increase maximum row count of popup list to 20 (was 8)

This commit is contained in:
Karl Tauber
2020-06-25 17:00:10 +02:00
parent 46d3204bc3
commit a1b0c0bbd4
7 changed files with 15 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ FlatLaf Change Log
[Glazed Lists](https://github.com/glazedlists/glazedlists). (issue #113)
- Button, CheckBox, RadioButton and ToggleButton: Do not paint focus indicator
if `AbstractButton.isFocusPainted()` returns `false`.
- ComboBox: Increase maximum row count of popup list to 20 (was 8). Set UI value
`ComboBox.maximumRowCount` to any integer to use a different value.
- Fixed/improved vertical position of text when scaled on HiDPI screens on
Windows.