have two panes for ui
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user