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.
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.