Revert "shrink-to-fit VFO/RxApplet frequency" (#3839 landed half-baked)#3846
Conversation
…r clip — Principle XI. (aethersdr#3839)" This reverts commit c66f6fa. aethersdr#3839 landed half-baked. It drove the fitted frequency pixel size via QWidget::setFont(), but a QLabel whose stylesheet names font-family makes Qt recompute the font from the QSS on every re-polish and discard setFont(), falling back to the ~13px app default. The result: the leading digits no longer clip, but the frequency renders unreadably small. The fix is incomplete. Reverting to keep main clean rather than ship the half-baked behavior. The complete fix — the fitted size applied through the stylesheet as a literal font-size, plus the RX Controls hero-frequency redesign — is aethersdr#3844. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Clean mechanical revert of #3839. Merging to keep main clean while #3844 (the complete fix) lands. The bug in #3839 is real. The The revert is exact. The diff is a clean inverse of commit #3844 (the complete fix using a stylesheet-embedded literal |
Reverts #3839.
#3839 landed half-baked. It drove the fitted frequency pixel size via
QWidget::setFont(), but aQLabelwhose stylesheet namesfont-familymakes Qt recompute the font from the QSS on every re-polish and discardsetFont(), falling back to the ~13px app default. So the leading digits no longer clip, but the frequency renders unreadably small — the fix is incomplete.Rather than ship that behavior on
main, this reverts it. The complete fix is #3844:font-size(which always wins over the cascade), so the digits actually render at the intended size;Reverts cleanly — no commit since #3839 touched the frequency files. Build passes.
💻 Generated with Claude Code (Opus 4.8) with architecture by @jensenpat