mrackwitz / MRProgress

Collection of iOS drop-in components to visualize progress
MIT License
2.55k stars 306 forks source link

Fixed wrong width of value label #64

Closed andepopande closed 9 years ago

andepopande commented 9 years ago

The valueLabel offset of 4px is only applied to the left side of the label. This results in a wrong width and thus wrong alignment. This change adds another 4px offset to the right side of the label.

mrackwitz commented 9 years ago

Absolutely right! Thanks for fixing! :+1: