Also - interesting implementation I noticed: scali...
# tornadofx
a
Also - interesting implementation I noticed: scaling down an image for
imageview
keeps the same original space needed for the full size, which shoves everything to make room unnecessarily. I might just force the area to have the intended width/height and worst case scenario I'll create a stackpane but that would be a dumb reason to implement another component