Skip to content

Commit

Permalink
Update alarm_clock.py
Browse files Browse the repository at this point in the history
Alarm Clock: application geometry size not fit all widgets Mrinank-Bhowmick#785
  • Loading branch information
tcfh2016 authored Aug 20, 2024
1 parent b910da5 commit 21b237a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/Alarm Clock/alarm_clock.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# create object
root = Tk()
root.geometry("500x250")
root.geometry("500x300")


def Threading():
Expand Down

0 comments on commit 21b237a

Please sign in to comment.