[Editor] Disable resizing modal windows

This commit is contained in:
2021-02-12 10:18:37 +01:00
parent 5936bd961f
commit af54a7bd81

View File

@@ -50,7 +50,7 @@ class MainController : Controller() {
}
}
openModal(block = true)
openModal(block = true, resizable = false)
}
}
@@ -85,7 +85,7 @@ class MainController : Controller() {
projectContext.importTileSet(it)
}
openModal(block = true)
openModal(block = true, resizable = false)
}
}
}