Skip to content

Commit

Permalink
Will make default app screen fit all columns (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
raivisdejus authored May 19, 2024
1 parent 38f5d26 commit fb4f86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buzz/widgets/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(self, transcription_service: TranscriptionService):

self.setWindowTitle(APP_NAME)
self.setWindowIcon(QIcon(BUZZ_ICON_PATH))
self.setMinimumSize(450, 400)
self.setMinimumSize(1240, 600)

self.setAcceptDrops(True)

Expand Down

0 comments on commit fb4f86c

Please sign in to comment.