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: resize transaction tab windows #5290

Merged
merged 3 commits into from
Apr 5, 2023

Commits on Apr 5, 2023

  1. fix: resize transaction tab windows

    PR #4942 added a row to the tx detail view, but did not increase the
    size of the box. As a result, the maturity is cut off.
    
    This PR makes the detail box one row wider, and adjusts the minimum size
    of the tx box to be 8 (this is the absolute minimum -- accounting for
    headers and one each of pending and completed txs).
    
    Fixes #5289
    CjS77 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    00828a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1689284 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7431701 View commit details
    Browse the repository at this point in the history