Skip to content

Commit 21b237a

Browse files
authored
Update alarm_clock.py
Alarm Clock: application geometry size not fit all widgets Mrinank-Bhowmick#785
1 parent b910da5 commit 21b237a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/Alarm Clock/alarm_clock.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# create object
88
root = Tk()
9-
root.geometry("500x250")
9+
root.geometry("500x300")
1010

1111

1212
def Threading():

0 commit comments

Comments
 (0)