ComboBox and Spinner: support changing arrow button style (issue #114)

This commit is contained in:
Karl Tauber
2020-06-19 18:12:23 +02:00
parent 84cc86bef7
commit 262ae7865b
6 changed files with 27 additions and 7 deletions

View File

@@ -12,6 +12,10 @@ FlatLaf Change Log
- ScrollBar: Support pressed track, thumb and button colors (use UI values
`ScrollBar.pressedTrackColor`, `ScrollBar.pressedThumbColor` and
`ScrollBar.pressedButtonBackground`). (issue #115)
- ComboBox: Support changing arrow button style (set UI value
`ComboBox.buttonStyle` to `auto` (default), `button` or `none`). (issue #114)
- Spinner: Support changing arrows button style (set UI value
`Spinner.buttonStyle` to `button` (default) or `none`).
- TableHeader: Support top/bottom/left positioned sort arrow when using
[Glazed Lists](https://github.com/glazedlists/glazedlists). (issue #113)