From 521ee4733477576e662f3aebe7e0d50c34782728 Mon Sep 17 00:00:00 2001 From: AyushStarGupta <37546890+AyushCodez@users.noreply.github.com> Date: Mon, 7 Feb 2022 16:43:27 +0530 Subject: [PATCH] making code compatible --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 8a6f7eb..b92cd70 100644 --- a/main.py +++ b/main.py @@ -1,4 +1,4 @@ -# use tkinter to create gui with 3 tabs - current, historical and read csv +# use tkinter to create gui with 3 tabs - current, historical and read csv # import libraries import tkinter as tk @@ -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)