removed the fixed starting size of the window
This commit is contained in:
parent
44ef5ce6cb
commit
2dd1612ec8
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue