ushort
09/23/2020, 7:17 PMoverride fun createPrimaryScene(view: UIComponent) = Scene(view.root, 800.0, 600.0)
and was wondering how to get the tab pane and other nodes in that view to resize accordingly. The tab pane should grow vertically but its still stuck at a height around 240Marshall
09/23/2020, 10:30 PMoverride val root = vbox {
tabpane {
vgrow = Priority.ALWAYS
}
}
ushort
09/24/2020, 4:52 PMtabpane {
vgrow = Priority.ALWAYS
side = Side.LEFT
tab("Example")
}
Results in