mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
window is bigger
This commit is contained in:
parent
3cc6587538
commit
adf083b243
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ from .widgets import (
|
|||
|
||||
class PublisherWindow(QtWidgets.QDialog):
|
||||
"""Main window of publisher."""
|
||||
default_width = 1200
|
||||
default_height = 700
|
||||
default_width = 1300
|
||||
default_height = 800
|
||||
|
||||
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