Style().configure("TButton", padding=6, relief="flat", background="#000") btn = ttk.Button(text="Sample") btn.pack(). But it's changing the border color ...
確定! 回上一頁