ToggleButton renamed toggle button type "underline" to "tab" (value of client property JButton.buttonType is now tab)

This commit is contained in:
Karl Tauber
2020-01-14 23:59:56 +01:00
parent 74909da110
commit e378576632
8 changed files with 54 additions and 52 deletions

View File

@@ -12,7 +12,9 @@ FlatLaf Change Log
property `JComponent.minimumHeight` to an integer). (issue #44)
- Button and ToggleButton: Do not apply minimum width if button border was
changed (is no longer an instance of `FlatButtonBorder`).
- ToggleButton: No longer use focus width for underline style toggle buttons to
- ToggleButton: Renamed toggle button type "underline" to "tab" (value of client
property `JButton.buttonType` is now `tab`).
- ToggleButton: No longer use focus width for tab-style toggle buttons to
compute component size, which reduces/fixes component size in "Flat IntelliJ"
and "Flat Darcula" themes.