Skip to content

Commit

Permalink
Added the test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
raghukapur committed May 18, 2020
1 parent 73b368d commit 84e200e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tkinter.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def login_popup():
tk.Label(window, text="Password").grid(row=1)

from_email = tk.Entry(window)
password = tk.Entry(window)
password = tk.Entry(window,show="*")

from_email.grid(row=0, column=1)
password.grid(row=1, column=1)
Expand Down
Binary file added test.docx
Binary file not shown.

0 comments on commit 84e200e

Please sign in to comment.