Skip to content

Commit

Permalink
Update guiWL.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshatshinde committed Nov 29, 2019
1 parent e626bca commit ffd0ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/guiWL.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def popupmsg(msg):
root.eval('tk::PlaceWindow %s center' % root.winfo_pathname(root.winfo_id()))

#removes title bar and removes the ability to close the application from task bar
#root.overrideredirect(True)
root.overrideredirect(True)

#accepting key
def keyCatch():
Expand Down

0 comments on commit ffd0ffb

Please sign in to comment.