diff --git a/OutGaugeInterpreter.py b/OutGaugeInterpreter.py index a0968e5..b2df6ba 100644 --- a/OutGaugeInterpreter.py +++ b/OutGaugeInterpreter.py @@ -69,9 +69,9 @@ rootFrameGui.title("Car speed to arduino") rootFrameGui.geometry("400x200") firstFrameGui=tkinter.ttk.Frame(rootFrameGui,padding=2,relief="groove",borderwidth=2) -firstFrameGui.pack(anchor="nw") +firstFrameGui.pack(anchor="ne",side="left",expand=True) secondFrameGui=tkinter.ttk.Frame(rootFrameGui,padding=2,relief="groove",borderwidth=2) -secondFrameGui.pack(anchor="ne") +secondFrameGui.pack(anchor="nw",side="right",expand=True) serialFrameGui = tkinter.ttk.Frame(firstFrameGui,padding=5,relief="groove",borderwidth=2) serialFrameGui.pack(anchor="nw") serialLableText =tkinter.StringVar()