mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #5089 from fabiaserra/feature/publisher_window_flags
This commit is contained in:
commit
6a8405316b
1 changed files with 1 additions and 2 deletions
|
|
@ -66,8 +66,7 @@ class PublisherWindow(QtWidgets.QDialog):
|
|||
on_top_flag = QtCore.Qt.Dialog
|
||||
|
||||
self.setWindowFlags(
|
||||
self.windowFlags()
|
||||
| QtCore.Qt.WindowTitleHint
|
||||
QtCore.Qt.WindowTitleHint
|
||||
| QtCore.Qt.WindowMaximizeButtonHint
|
||||
| QtCore.Qt.WindowMinimizeButtonHint
|
||||
| QtCore.Qt.WindowCloseButtonHint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue