Skip to content

Commit

Permalink
Update view.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davidedimarco00 authored Nov 24, 2023
1 parent ad5cb55 commit e1123eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smart_bridge/src/UI/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
def create_main_window():
root = tk.Tk()
root.title("Car Washing Dashboard")
root.geometry("500x500")
root.geometry("600x600")
root.configure(bg='lightblue')
root.resizable(False, False)
root.resizable(True, True)
return root


Expand Down

0 comments on commit e1123eb

Please sign in to comment.