Skip to content

Commit

Permalink
Slightly wider window necessary with new Windows 11 style
Browse files Browse the repository at this point in the history
  • Loading branch information
matterhorn103 committed May 21, 2024
1 parent 86dc4ee commit 36a9f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def __init__(self, resource_directory: Path, config: Config):

# Set up window. macos spaces things out more than windows so give it a bigger window
if platform.system() == "Windows":
self.setMinimumSize(QSize(380, 650))
self.setMinimumSize(QSize(420, 680))
else:
self.setMinimumSize(QSize(450, 780))

Expand Down

0 comments on commit 36a9f44

Please sign in to comment.