mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Allow to minimize the menu so it doesn't always have to stay on top
This commit is contained in:
parent
df370e5d3c
commit
618e6267b4
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ class OpenPypeMenu(QtWidgets.QWidget):
|
|||
QtCore.Qt.Window
|
||||
| QtCore.Qt.CustomizeWindowHint
|
||||
| QtCore.Qt.WindowTitleHint
|
||||
| QtCore.Qt.WindowMinimizeButtonHint
|
||||
| QtCore.Qt.WindowCloseButtonHint
|
||||
| QtCore.Qt.WindowStaysOnTopHint
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue