diff --git a/.idea/workspace.xml b/.idea/workspace.xml index de1a333..bfdf781 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,16 +1,7 @@ - - - - - - - - - - + - + - - + + - + - - + + @@ -61,12 +52,13 @@ + + + + + + + @@ -308,28 +308,28 @@ - - + + - - + - - + + - + + @@ -353,6 +353,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -371,7 +403,15 @@ - + + + + + + + + + @@ -388,15 +428,23 @@ - + - - + + + + + + + + + + diff --git a/GUIs.py b/GUIs.py index 217d071..316d53c 100644 --- a/GUIs.py +++ b/GUIs.py @@ -26,7 +26,7 @@ def __init__(self, root): font=("Arial", 20)) labelExample.pack() runIt = Button(self.topFrame, - text = "SOME TEXT HERE - This Button makes it go!", + text = "This Button makes it go!", command = self.clicked) runIt.pack()