File tree 1 file changed +1
-4
lines changed
src/seedsigner/gui/screens
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -656,15 +656,12 @@ def __post_init__(self):
656
656
))
657
657
658
658
self .components .append (FormattedAddress (
659
- screen_y = self .components [- 1 ].screen_y + self .components [- 1 ].height + GUIConstants . COMPONENT_PADDING ,
659
+ screen_y = self .components [- 1 ].screen_y + self .components [- 1 ].height ,
660
660
address = self .address ,
661
661
max_lines = 1 ,
662
662
))
663
663
664
664
screen_y = self .components [- 1 ].screen_y + self .components [- 1 ].height + 2 * GUIConstants .COMPONENT_PADDING
665
- if self .is_multisig and not self .is_change_addr_verified :
666
- # Adjust the vertical spacing
667
- screen_y -= GUIConstants .COMPONENT_PADDING
668
665
self .components .append (IconTextLine (
669
666
icon_name = SeedSignerIconConstants .FINGERPRINT ,
670
667
icon_color = GUIConstants .INFO_COLOR ,
You can’t perform that action at this time.
0 commit comments