ComboBox: limit popup width to screen width for very long items (issue #182)

This commit is contained in:
Karl Tauber
2020-10-04 18:59:54 +02:00
parent 0a8ece8c9c
commit c684761eef
2 changed files with 14 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ FlatLaf Change Log
- ComboBox: If using own `JTextField` as editor, default text field border is
now removed to avoid duplicate border.
- ComboBox: Limit popup width to screen width for very long items. (issue #182)
- FileChooser: Fixed localizing special Windows folders (e.g. "Documents") and
enabled hiding known file extensions (if enabled in Windows Explorer). (issue
#178)