below is my code for a basic tkinter scale: root = tk.Tk() root.geometry('150x75') root.resizable(width=False, height=False) ...
確定! 回上一頁