Skip to content

Commit ffd0ffb

Browse files
committed
Update guiWL.py
1 parent e626bca commit ffd0ffb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui/guiWL.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def popupmsg(msg):
3434
root.eval('tk::PlaceWindow %s center' % root.winfo_pathname(root.winfo_id()))
3535

3636
#removes title bar and removes the ability to close the application from task bar
37-
#root.overrideredirect(True)
37+
root.overrideredirect(True)
3838

3939
#accepting key
4040
def keyCatch():

0 commit comments

Comments
 (0)