mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
increasi size of publisher's main window
This commit is contained in:
parent
700dd5ebff
commit
9fdb71b814
1 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@ from .widgets import (
|
|||
|
||||
class PublisherWindow(QtWidgets.QDialog):
|
||||
"""Main window of publisher."""
|
||||
default_width = 1000
|
||||
default_height = 600
|
||||
default_width = 1200
|
||||
default_height = 700
|
||||
|
||||
def __init__(self, parent=None, reset_on_show=None):
|
||||
super(PublisherWindow, self).__init__(parent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue