Will make default app screen fit all columns (#744)

This commit is contained in:
Raivis Dejus 2024-05-19 14:06:02 +03:00 committed by GitHub
parent 38f5d26672
commit fb4f86c61b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ class MainWindow(QMainWindow):
self.setWindowTitle(APP_NAME)
self.setWindowIcon(QIcon(BUZZ_ICON_PATH))
self.setMinimumSize(450, 400)
self.setMinimumSize(1240, 600)
self.setAcceptDrops(True)