[Editor] Disable resizing modal windows
This commit is contained in:
@@ -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)
|
projectContext.importTileSet(it)
|
||||||
}
|
}
|
||||||
|
|
||||||
openModal(block = true)
|
openModal(block = true, resizable = false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user