From 9aa63ced1289f6409c26d56e9be583aaac3a3f0c Mon Sep 17 00:00:00 2001 From: AyushStarGupta <37546890+AyushCodez@users.noreply.github.com> Date: Mon, 14 Feb 2022 20:05:50 +0530 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index e5cc71e..107c30f 100644 --- a/main.py +++ b/main.py @@ -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)