Still the same is happening ``` item(icon = image...
# tornadofx
a
Still the same is happening
Copy code
item(icon = imageview(resources.image("../app/menu.png")), expanded = true) {
            vbox {
                label("First Menu")
            }
        }