Proxlight/Proxlight-Designer-v2

It would be nice to add `ttk.Combobox`

Closed this issue · 4 comments

How hard would it be to implement the conversion of ttk.ComboBox? It works like a dropdown and it's a subclass of Entry, which is already implemented. Are there any plans to add more elements? I could work on this!

Yes you can add it

Nvm, I implemented it, but tbh it looks very ugly, it does not have parameteres like highlightthickness or bg. OptionMenu, which is another dropdown element from Tkinter, also doesn't have them. So, it's not worth it to put this in production.

But you can still pull a request I will try to fix it