Skip to content

Commit

Permalink
allow message signing text to overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
newtonick committed Jul 16, 2024
1 parent 0f329f6 commit b207a49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/seedsigner/gui/screens/seed_screens.py
Original file line number Diff line number Diff line change
Expand Up @@ -1522,6 +1522,7 @@ def __post_init__(self):
text=self.sign_message_data["message"],
width=renderer.canvas_width - 2*GUIConstants.EDGE_PADDING,
height=message_height,
allow_text_overflow=True,
)
self.sign_message_data["paged_message"] = paged

Expand Down

0 comments on commit b207a49

Please sign in to comment.