FlatSVGIcon now allows specifying icon width and height in constructors (issue #196)

This commit is contained in:
Karl Tauber
2020-10-26 13:53:25 +01:00
parent b37ff348fb
commit 4c141fe47c
2 changed files with 159 additions and 3 deletions

View File

@@ -19,6 +19,8 @@ FlatLaf Change Log
- TabbedPane: Support closable tabs. (issues #31 and #40)
- Support painting separator line between window title and content (use UI value
`TitlePane.borderColor`). (issue #184)
- Extras: `FlatSVGIcon` now allows specifying icon width and height in
constructors. (issue #196)
#### Fixed bugs