You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run alarm_clock.py in my workstation and I got this below application window, which seems good but not right, as there was no "Stop Alarm" button displayed in this window:
Actually the "Stop Alarm" button has been defined at line#220 in source code:
Issue Statement
When I run alarm_clock.py in my workstation and I got this below application window, which seems good but not right, as there was no "Stop Alarm" button displayed in this window:
Actually the "Stop Alarm" button has been defined at line#220 in source code:
Project address: https://github.com/Mrinank-Bhowmick/python-beginner-projects/tree/main/projects/Alarm%20Clock
Solution Description
The root cause for this issue was the window size is too small to display all widgets:
Change the size from "500x250" to "500x300" can fix this issue:
Options for Fix
If issue/solution can be confirmed I can fix it, or someone else can be assigned to do the fix. @Mrinank-Bhowmick
The text was updated successfully, but these errors were encountered: