vinceliuice / Matcha-gtk-theme

Matcha is a flat Design theme for GTK 3, GTK 2 and Gnome-Shell
https://www.pling.com/p/1187179/
GNU General Public License v3.0
761 stars 67 forks source link

min-width/height in levelbar widget indicator #128

Open berarma opened 4 years ago

berarma commented 4 years ago

Some users are reporting issues using an application I wrote because the levelbar widget jumps from 0 to a middle value. Some user reported that your theme (maybe others too) sets a min-width/height value of 32px for the levelbar widget and overriding that value in the application fixes the issue.

You can see the issue here and a video showing the problem: https://github.com/berarma/oversteer/issues/15

Before overriding any theme visual style I'd like to know why it's like that. Is it intended to work that way?

I'm wary to override the style since other users might complain about it since I don't know the logic behind it.

Thanks.

vinceliuice commented 4 years ago

I'll change that