Releases: JFXtras/jfxtras-styles
Releases · JFXtras/jfxtras-styles
Version 11.5.10
Version 8.5.10
Version 11.5.8
Fixes #97
Version 8.5.8
Fixes: #97
Version 11.5.7
Version 8.5.7
Version 5.6
Version 5.5
Version 5.4
This release adds the following features and fixes:
- #64
- #66
- Almost finished #63
- Samples: put everything inside a single jmetro package (no more jmetro8 package)
- Samples: add ThemeTester to samples for thoroughly testing out all of JMetro
While fixing #64 the size of the default font has been brought down to 12px by default, to be more inline with Modena (better for programmers using Modena that want to migrate to JMetro). This can be changed back to 14px as it was before by simply adding a stylesheet with this rule:
.root {
-fx-font-size: 14px;
}
All controls should adjust their padding based on this defined font size.