<@U10EJRH2L> I thought about it some more. If you ...
# tornadofx
e
@Ruckus I thought about it some more. If you do
fragment.openModal(); fragment.modalStage?.isResizable = false
this would fail if you use the
block = true
option, so it's much better to do it from the
onDock
callback inside the fragment. I also added the
resizable
parameter 🙂