Skip to content

Version 5.4

Compare
Choose a tag to compare
@dukke dukke released this 08 May 02:26
· 200 commits to master since this release

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.