Python tkinter theme on mac -


I have a problem with the themed widget using the typewriter code: tkinter import ttk root = Tk () root. Config (background = "blue") ttk.Button (root, text = "ttk") from tkinter import * to

 . Pack () ttk.Entry (root) .pack () root.mainloop ()  

The problem is on the Mac, the themed widgets have a gray border around them, just like the screenshot shown below. is.

My question is, is it possible to match the background color of the themed widgets / background transparent or the parent container?

Mac


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -