-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Padding issue #13
Comments
That's a good point. It's too close. After observing another progress bar, I noticed that the left side of the thumb should only go to the left extent of the bar, and that the right side of the thumb should only go to the right side of the bar. Currently the center of the thumb goes to the left and the right. That makes it stick out too far (and be too close to the text.) Let me keep the text to the bar padding approximately the same for now but just fix the thumb location on the track. |
Great job! This is what I was looking for. It looks much better now. Thank you. |
Could you add some horizontal padding for the actual progress bar, when timeLabelLocation.sides is set? Or maybe exposing a new property for that?
The text was updated successfully, but these errors were encountered: