Skip to content

Commit b77b710

Browse files
authored
fix(core): fix mnemonic display issue (#381)
1 parent e336b9a commit b77b710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/trezor/lvglui/scrs/reset_device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def add_indicator(self, indicator_text: str):
133133
self.click_indicator_img.align_to(self.label, lv.ALIGN.OUT_RIGHT_MID, 4, 0)
134134
self.click_indicator_img.set_size(13, 7)
135135
self.word_count_indicator.add_event_cb(self.on_event, lv.EVENT.CLICKED, None)
136-
136+
self.content_area.set_style_max_height(574, 0)
137137
self.content_area.align(lv.ALIGN.TOP_MID, 0, 96)
138138

139139
def on_event(self, event_obj: lv.event_t):

0 commit comments

Comments
 (0)