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

Fix a minor visual regression #1017

Merged
merged 1 commit into from
Apr 22, 2024
Merged

Fix a minor visual regression #1017

merged 1 commit into from
Apr 22, 2024

Commits on Apr 9, 2024

  1. Fix display of unchanged item details

    The semantics of [Util.truncateString] were changed in commit
    fb3f1cd. The commit also patched any
    caller that relied on the previous semantics of not only truncating a
    longer string but also padding a shorter string to the requested length.
    
    One such caller relying on previous semantics was missed: displaying the
    details of unchanged item details. This patch restores padding for this
    single case.
    tleedjarv committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d7046a7 View commit details
    Browse the repository at this point in the history