<@U3M5MCDL7> Nice! In your stylesheet you have dec...
# tornadofx
e
@carldea Nice! In your stylesheet you have declared pixel values like this:
strokeWidth = Dimension(2.0, Dimension.LinearUnits.px)
. We have extension functions for those, so you should just write
strokeWidth = 2.px
c
excellent, will do!😁👍