mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
mover resize of window
This commit is contained in:
parent
7fbeef6c8e
commit
76a7437fd0
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,6 @@ def show(parent=None):
|
|||
|
||||
self._window.show()
|
||||
self._window.activateWindow()
|
||||
self._window.resize(*settings.WindowSize)
|
||||
self._window.setWindowTitle(settings.WindowTitle)
|
||||
|
||||
font = QtGui.QFont("Open Sans", 8, QtGui.QFont.Normal)
|
||||
|
|
@ -100,5 +99,6 @@ def show(parent=None):
|
|||
self._window.setStyleSheet(css)
|
||||
|
||||
self._window.reset()
|
||||
self._window.resize(*settings.WindowSize)
|
||||
|
||||
return self._window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue