Button and ToggleButton: support making buttons square (issue #118)

This commit is contained in:
Karl Tauber
2020-06-29 10:49:07 +02:00
parent df7f693cf4
commit 7b11e29122
3 changed files with 21 additions and 7 deletions

View File

@@ -9,6 +9,8 @@ FlatLaf Change Log
- Button and ToggleButton: Support disabled background color (use UI values
`Button.disabledBackground` and `ToggleButton.disabledBackground`). (issue
#112)
- Button and ToggleButton: Support making buttons square (set client property
`JButton.squareSize` to `true`). (issue #118)
- ScrollBar: Support pressed track, thumb and button colors (use UI values
`ScrollBar.pressedTrackColor`, `ScrollBar.pressedThumbColor` and
`ScrollBar.pressedButtonBackground`). (issue #115)