I'm using a ttk Notebook in my Python app with the "winnative" theme. With some adaptions made, this looks quite nice to me, but there's this ugly rectangle around the text in the selected tab (see image), which I would like to get rid of.
Is there any styling option that removes this or makes it invisible?
Thanks,
Gerhard
Asked
Active
Viewed 105 times
0

petro4213
- 163
- 9
-
You might try looking to see if it's part of the style layout for the TNotebook.Tab class. – Bryan Oakley Mar 09 '22 at 17:58
1 Answers
0
I found that my question is a duplicate of this post:
Removing Ttk Notebook Tab Dashed Line
The solution posted there works fine.

petro4213
- 163
- 9