Button and TextComponent: do not apply minimum width/height if margins are set (issue #364)

This commit is contained in:
Karl Tauber
2021-08-02 18:36:10 +02:00
parent 953eee1dc8
commit 29064ec72f
6 changed files with 53 additions and 8 deletions

View File

@@ -5,6 +5,8 @@ FlatLaf Change Log
#### Fixed bugs
- Button and TextComponent: Do not apply minimum width/height if margins are
set. (issue #364)
- ComboBox and Spinner: Limit arrow button width if component has large
preferred height. (issue #361)
- InternalFrame: Limit internal frame bounds to parent bounds on resize. Also