AI-generated analysisPublished automatically and not human-verified. Validated context appears in community notes below.
← Watch feed
Informational 17 Bitcoin

fix(core/eckhart): button text splitting

Public commit record

What the developer wrote

Authored by obrusvit

80/100 · Strong
fix(core/eckhart): button text splitting

- ActionBar::Double variant uses negative x offset for the right button
so we must use absolute value of the offset to calculate available width
for the content

[no changelog]
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Provides detailed explanatory context
The short version

What changed, and why it matters

This is a tiny UI layout fix for the Trezor hardware wallet's 'Eckhart' design. When a button with two text labels is drawn, the code now uses the absolute value of a negative horizontal offset to correctly figure out how much room the text has. Without the fix, the available width could be calculated as larger than it really is, which might cause long button labels to be split awkwardly or overflow visually. There is no direct security signal here—this is a cosmetic/layout bug fix.

Recommended action

No security action required. Treat as a normal UI/layout fix and include in regular firmware QA for the Eckhart layout.

Security signals we found

01

No memory-safety, cryptographic, or authorization changes

02

UI layout/text measurement correction only

03

No input parsing, serialization, or privileged operation changes

04

No changelog entry requested by the author, consistent with minor UI fix

Risk score

Why this scored 17/100

Our methodology →
Potential impact 2/30
Exploitability 1/25
Stealth signal 1/15
Affected reach 2/15
Confidence 8/10
Evidence quality 3/5
Human-validated context

Community notes

Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.

No validated notes yet.

The AI analysis stands alone for now. Submit a note if you can add evidence or important context.