SeedSigner / seedsigner

Use an air-gapped Raspberry Pi Zero to sign for Bitcoin transactions! (and do other cool stuff)
MIT License
699 stars 161 forks source link

[Bugfix] UI BTC Address cutoff in PSBTAddressDetailsScreen screen. #577

Closed newtonick closed 2 months ago

newtonick commented 2 months ago

Description

"Will Send" (PSBTAddressDetailsScreen) screen in PSBT flow of receive address has the bottom address text cutoff (bug not in 0.7.0). I believe this is resolved by including the amount height in the center image crop.

Bug: PSBTAddressDetailsView

Post PR Fix: PSBTAddressDetailsView fixed

This pull request is categorized as a:

Checklist

If you modified or added functionality/workflow, did you add new unit tests?

I have tested this PR on the following platforms/os:

Note: Keep your changes limited in scope; if you uncover other issues or improvements along the way, ideally submit those as a separate PR. The more complicated the PR the harder to review, test, and merge.

newtonick commented 2 months ago

This is the wrong solution. I plan to follow up this PR with a new PR.