apply style on message box

This commit is contained in:
iLLiCiTiT 2021-11-15 10:48:15 +01:00
parent 904704cf69
commit 16f37c3703

View file

@ -448,6 +448,7 @@ class CreatorWindow(QtWidgets.QDialog):
box = CreateErrorMessageBox(
creator_plugin.family, subset_name, asset_name, *error_info
)
box.setStyle(self.style())
box.show()
# Store dialog so is not garbage collected before is shown
self._message_dialog = box