parszab

Results 3 comments of parszab

Same issue for me, new install, 9.1.2 - added a new calendar, removed "contact birthdays", don't remember doing anything else -> bamm...

> At the moment, it doesn't seem possible without familiarity with the underlying frameworks. There are several free hosting services which support Docker if you're just looking to try it...

Actually I was able to scale icons with your solution from the Sampler: ``` String cssString = String.format(".ikonli-font-icon {-fx-icon-size: %d;}", size.intValue() + 3); scene.getRoot().getStylesheets().removeIf(uri -> uri.startsWith("data:text/css")); scene.getRoot().getStylesheets().add( "data:text/css;base64," + Base64.getEncoder().encodeToString(cssString.toString().getBytes(UTF_8))...