ttk.OptionMenu outer border around the menu
问题 I try to style a tkinter gui, first this gui is not easy to modify. I reach the styling i want for the widgets i use, except for one think. I get lock about this light gray border around the Menu in the ttk.OptionMenu widget. How removing or coloring it ? Python 3x on Windows 10 Here just the relevant parts of the code. Some common styling: self.style = ttk.Style(self) self.style.theme_use("clam") self.font12 = tkFont.Font(family="helvetica", size=12) self.font14 = tkFont.Font(family=