Linux: fixed scaling if GDK_SCALE environment variable is set or if running on JetBrains Runtime (issue #69)

This commit is contained in:
Karl Tauber
2020-03-26 13:06:12 +01:00
parent e51ffe2a1c
commit 1d9c8ca65e
2 changed files with 24 additions and 1 deletions

View File

@@ -1,6 +1,12 @@
FlatLaf Change Log
==================
## Unreleased
- Linux: Fixed scaling if `GDK_SCALE` environment variable is set or if running
on JetBrains Runtime. (issue #69)
## 0.28
- PasswordField: Warn about enabled Caps Lock.