Window decorations: added UI value TitlePane.font to customize window title font (issue #589)

This commit is contained in:
Karl Tauber
2022-09-23 11:57:38 +02:00
parent f6c5db07f2
commit c228362c01
7 changed files with 17 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ FlatLaf Change Log
(allow moving window). (issue #569)
- Option to show window icon only in frames, but not in dialogs. Set UI value
`TitlePane.showIconInDialogs` to `false`. (issue #589)
- Added UI value `TitlePane.font` to customize window title font. (issue #589)
- Added system property `flatlaf.updateUIOnSystemFontChange` to allow disabling
automatic UI update when system font changes. (issue #580)