Also, I'm trying to make the window unresizable us...
# tornadofx
j
Also, I'm trying to make the window unresizable using
Copy code
prefWidth = 335.px
     minWidth =  335.px
     maxWidth = 335.px
     prefHeight = 545.px
     minHeight = 545.px
     maxHeight = 545.px
But I'm still able to resize it..