like this? ```center { vbox { ...
# tornadofx
g
like this?
Copy code
center {
            vbox {
                    imageview(controller.image) {
                        isPreserveRatio = true
                    }
            }
        }
now the image is not center, not scaled to fit the window and does not react to resizing, as expected I think ?