ComboBox: minimum width is now 72 pixels (was ~50 for non-editable and ~130 for editable comboboxes)

This commit is contained in:
Karl Tauber
2020-05-23 22:25:18 +02:00
parent 4af8d2f1c5
commit 0abfb5922a
6 changed files with 38 additions and 1 deletions

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)
- 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)
- Ubuntu Linux: Fixed poorly rendered font. (issue #105)