Benedek Dévényi

Results 438 comments of Benedek Dévényi

Probably related to rdbende/Azure-ttk-theme#20

From the README: >When you change the theme, and your app has a treeview, the window resizes. This is a quite strange bug that applies to other ttk themes too.

> Probably related to https://github.com/rdbende/Azure-ttk-theme/issues/20 Not related to it. This is a bug in Tk itself. rdbende/Azure-ttk-theme#40

Bug reported in Tk core: https://core.tcl-lang.org/tk/tktview?name=bc602049ab

Unfortunately, I can’t deal with that right now, but I'll look at it as soon as I have time. The problem here is that almost all images are 20x20 pixels...

I think the complete elimination of the alpha channel as a good idea, but there is something else here. I’ve noticed that inside a `LabelFrame` or `Notebook`, Tk/ttk renders the...

In [v1.4](https://github.com/rdbende/Azure-ttk-theme/releases/tag/v1.4) I tried to remove all the transparency, unfortunately, it still remains, but on Ubuntu, it works perfectly well, but I'm not happy with the performance of Windows, although...

Thanks for the tip, I wrote my own Pillow converter, so that's no problem now. I know it would have been faster with some ImageMagick and shell stuff, but I...

The SVG-based theme was just an experiment with the Tksvg package, and in theory it should improve the appearance on high DPI displays, tho I couldn't try it out. I...

I assume this happens on Linux, though I wasn't able to reproduce it. Could you please attach some example code?