mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
apply style on message box
This commit is contained in:
parent
904704cf69
commit
16f37c3703
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue