Benedek Dévényi
Benedek Dévényi
Ohh yess, now I see. Tho it's really strange. Why do do that item remain black when unselected? 🤔 Now I don't even know what that widget is. Kinda looks...
Hi, could you check if you are experiencing this problem with the [svg based theme](https://github.com/rdbende/Sun-Valley-ttk-theme-svg)? (you will need to install [tksvg](https://github.com/TkinterEP/python-tksvg) to use it) (note to self: we'll need to...
Me too.
It's crazy, but I like it 😄. I've started to make ttk themes in python several times, but I always give up because the syntax of `tkinter.ttk.Style` is so cluttered....
If you want to use SVG, use this: https://github.com/TkinterEP/python-tksvg
I haven't tried it out, but according to [this page](https://wiki.tcl-lang.org/page/Changing+Widget+Colors), setting the font for `ttk.Entry` is not possible using a style. You have to use the `config` method. Also, it...
This is a known bug. Over the last two years, I have tried several times to find out why does it resize, but I could not figure it out.
@oehhar I tested several different themes, and it turns out that the problem happens when the theme uses a custom image for the `Treeview.field` element. Here is a short script...
https://core.tcl-lang.org/tk/tktview?name=bc602049ab
Ahh, I feel so newbie I don't know how to comment on a Fossil ticket. @fvogelnew1 Anyways, thanks for your feedback. Using `-width 0 -height 0` kind of makes sense...