diff --git a/OutGaugeInterpreter.py b/OutGaugeInterpreter.py index ee86a2a..d6afc13 100644 --- a/OutGaugeInterpreter.py +++ b/OutGaugeInterpreter.py @@ -77,7 +77,7 @@ def startStopButtonFunc(): ##GUI init rootFrameGui= tkinter.Tk() rootFrameGui.title("Car speed to arduino") -rootFrameGui.geometry("400x200") +##rootFrameGui.geometry("400x200") bottomBarFrameGui = tkinter.ttk.Frame(rootFrameGui,padding=0,relief="groove",borderwidth=2,) bottomBarFrameGui.pack(anchor="se",side="bottom",fill="x")