mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
moved width and height configuring to CTkBaseClass
This commit is contained in:
@ -75,4 +75,7 @@ seg_7.pack(padx=20, pady=20)
|
||||
seg_7.configure(state="disabled")
|
||||
seg_7.set("2")
|
||||
|
||||
seg_7.configure(height=40, width=400,
|
||||
dynamic_resizing=False, font=("Times", -20))
|
||||
|
||||
app.mainloop()
|
||||
|
Reference in New Issue
Block a user