Skip to content

Commit

Permalink
making code compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushCodez committed Feb 7, 2022
1 parent f7b85fb commit 521ee47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down 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 521ee47

Please sign in to comment.