We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8022f commit a101ff1Copy full SHA for a101ff1
AMLtool.py
@@ -19,8 +19,6 @@ class AML_GUI_App:
19
def __init__(self, root):
20
self.root = root
21
self.root.title("AutomationML tool")
22
- # Graphical configuration
23
- #self.root.geometry("600x400")
24
25
# parse configuration file
26
self.mainfolder = os.getcwd()
0 commit comments