increasi size of publisher's main window

This commit is contained in:
Jakub Trllo 2022-09-15 13:52:29 +02:00
parent 700dd5ebff
commit 9fdb71b814

View file

@ -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)