mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge pull request #3923 from BigRoy/maya_sceneinventory_dont_store_ui_position
Maya: Fix Scene Inventory possibly starting off-screen due to maya preferences
This commit is contained in:
commit
afba37e993
1 changed files with 0 additions and 2 deletions
|
|
@ -40,8 +40,6 @@ class SceneInventoryWindow(QtWidgets.QDialog):
|
|||
project_name = os.getenv("AVALON_PROJECT") or "<Project not set>"
|
||||
self.setWindowTitle("Scene Inventory 1.0 - {}".format(project_name))
|
||||
self.setObjectName("SceneInventory")
|
||||
# Maya only property
|
||||
self.setProperty("saveWindowPref", True)
|
||||
|
||||
self.resize(1100, 480)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue