CSS setstylesheetproperty value converter uses px instead of %
-
@Christoph-Hart The CSS value converter of
laf.setStyleSheetProperty("myProperty", 0.5, "%");
results in0.5px
instead of50%