query 1 Posted January 6 Zitat check_button = Style() Style.configure("D.TButton", backgound="black") check_button = Button(Tool, text="Check Hardware", command=action, cursor="hand2", style="D.TButton") check_button.place(x=0, y=0, width=100, height=100) Ich finde nur grausame Anleitungen zu etwas, das eigentlich komplett einfach sein soll... Share this post Link to post Share on other sites