Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushCodez committed Feb 14, 2022
1 parent c3e862f commit 9aa63ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def setup_window():
window = tk.Tk()
window.title("Your Computer At A Glance (YCAAG)")
if platform == "win32":
window.geometry("500x937")
window.geometry("300x650")
else:
window.geometry("400x750")
window.resizable(0, 0)
Expand Down

0 comments on commit 9aa63ce

Please sign in to comment.