Button: changed styling of default button in "Flat Light" theme (wide blue border instead of blue background)

This commit is contained in:
Karl Tauber
2019-10-05 14:58:49 +02:00
parent 2da0ca736f
commit 8806cc8e93
7 changed files with 38 additions and 11 deletions

View File

@@ -12,6 +12,8 @@ FlatLaf Change Log
- If a JButton has an icon and no text, then it does not get a minimum width
(usually 72 pixel) and the left and right insets are same as top/bottom insets
so that it becomes square (if the icon is square).
- Changed styling of default button in "Flat Light" theme (wide blue border
instead of blue background).
- Added Java 9 module descriptor `module-info.class` to `flatlaf.jar` (in
`META-INF/versions/9`). But FlatLaf remains Java 8 compatible. (issue #1)
- Support specifying custom scale factor in system properties `flatlaf.uiScale`