Native window decorations:

- enabled by default (via UI property `TitlePane.useWindowDecorations`)
- dropped system property `flatlaf.useNativeWindowDecorations` and replaced with `flatlaf.useWindowDecorations`
- old functionality of system property `flatlaf.useWindowDecorations` removed
This commit is contained in:
Karl Tauber
2021-03-11 10:54:23 +01:00
parent f730848928
commit 73487ccf65
13 changed files with 28 additions and 78 deletions

View File

@@ -3,6 +3,13 @@ FlatLaf Change Log
## 1.1-SNAPSHOT
#### New features and improvements
- Native window decorations for Windows 10 enables dark frame/dialog title bar
and embedded menu bar with all JREs, while still having native Windows 10
border drop shadows, resize behavior, window snapping and system window menu.
(PR #267)
#### Fixed bugs
- IntelliJ Themes: Fixed text color of CheckBoxMenuItem and RadioButtonMenuItem