mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
added title to unsaved changes dialog
This commit is contained in:
parent
406a7e0e2e
commit
040ba43d97
1 changed files with 3 additions and 0 deletions
|
|
@ -646,6 +646,9 @@ class UnsavedChangesDialog(QtWidgets.QDialog):
|
|||
|
||||
def __init__(self, parent=None):
|
||||
super(UnsavedChangesDialog, self).__init__(parent)
|
||||
|
||||
self.setWindowTitle("Unsaved changes")
|
||||
|
||||
message_label = QtWidgets.QLabel(self.message)
|
||||
|
||||
btns_widget = QtWidgets.QWidget(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue