Skip to content
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

Add some letter spacing to textboxes that accept digits #1545

Merged
merged 1 commit into from
Oct 17, 2017
Merged

Conversation

quis
Copy link
Member

@quis quis commented Oct 16, 2017

Entering, or reading back sequences of digits is easier when they’re a bit more spaced out.

This is because we read words as shapes, but read numbers digit-by-digit.

So this commit adjusts the tracking of the type to put a bit more space in for textboxes that are going to accept digits.

Before

screen shot 2017-10-16 at 16 51 32

After

screen shot 2017-10-16 at 16 50 14

Before

image

After

image

Entering, or reading back sequences of digits is easier when they’re a
bit more spaced out.

This is because we read words as shapes, but read numbers
digit-by-digit.

So this commit adjusts the tracking of the type to put a bit more space
in for textboxes that are going to accept digits.
@quis quis changed the title Add some letter spacing to two factor textbox Add some letter spacing to textboxes that accept digits Oct 16, 2017
Copy link
Contributor

@leohemsted leohemsted left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra-tracking sounds like some gchq stuff 🕵️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants