have two panes for ui
This commit is contained in:
parent
ac60af82a0
commit
df6e27783e
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue