We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e626bca commit ffd0ffbCopy full SHA for ffd0ffb
1 file changed
gui/guiWL.py
@@ -34,7 +34,7 @@ def popupmsg(msg):
34
root.eval('tk::PlaceWindow %s center' % root.winfo_pathname(root.winfo_id()))
35
36
#removes title bar and removes the ability to close the application from task bar
37
-#root.overrideredirect(True)
+root.overrideredirect(True)
38
39
#accepting key
40
def keyCatch():
0 commit comments