window is bigger

This commit is contained in:
Jakub Trllo 2022-10-03 19:24:01 +02:00
parent 3cc6587538
commit adf083b243

View file

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