This seems like a silly question, but is it possible to change the height of a ttk button manually?
Something like button = tkinter.Button(frame, text=\'hi\',
button = tkinter.Button(frame, text=\'hi\',
self.btn = ttk.Button(window, text="LOGIN", width=20, command=self.validate) self.btn.place(x=435, y=300,width=230,height=50)