Adjust Progress Bar UX for Consistency
complete
O
Oliver Frost
Make progress bars a consistent size by having the first character of the number be the alignment point, not the last.
See the attached image.
Currently the bars are not the same with longer and shorter character values, resulting in things like 3.5 displaying as the same size as 3.
Log In
M
Michael von Hohnhorst
I’t difficult to come up with a perfectly clean solution for this, because arbitrary values from 1-1000 need to be supported and you need to know about all other objects to come up with the “correct” width.
M
Michael von Hohnhorst
complete
All progress bars now have the same width (2/3) of the cell. Thanks for reporting! :)