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

Right align numbers when using displayIntNum and DisplayDecNumNibble #17

Closed
wants to merge 1 commit into from

Conversation

adite
Copy link

@adite adite commented Feb 4, 2022

displayIntNum / DisplayDecNumNibble with leadingZeros = false prints numbers left aligned.
I guess they should be printed right aligned, like leadingZeros = true does.

@adite adite closed this Feb 4, 2022
@adite adite reopened this Feb 4, 2022
@gavinlyonsrepo
Copy link
Owner

gavinlyonsrepo commented Feb 4, 2022

Hi

That's the way it was supposed to be, "Numbers left aligned with leading zeros optional." Its working as designed, not a bug.
I suppose the user should have an option for all three , left aligned, right aligned, and right aligned with leading zeros.
I will put this in at next update, No plans for update at the moment, so it might be a while.

regards

@adite
Copy link
Author

adite commented Feb 5, 2022 via email

@adite adite closed this Feb 5, 2022
@gavinlyonsrepo
Copy link
Owner

This is now implemented in Version 1.9.0

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.

None yet

2 participants