I think interceptor in TornadoFX or change MigPane...
# tornadofx
d
I think interceptor in TornadoFX or change MigPane default add method to set an empty constraint rather than null are the only two ways. For now I can live with string based constraints
Copy code
infix fun <http://Node.cc|Node.cc>(sCc: String) {
    val migpane = findParentOfType(MigPane::class) ?: return
        migpane.setComponentConstraints(this, sCc)
}