Fix preferences layout clipping#419
Conversation
|
Thanks for this, @yusufm — the horizontal clipping you fixed here is real and still relevant (more so now that the long-named "GitHub Dark Default" theme has landed). Unfortunately we created a conflict for you: we merged #461 (localized text wrapping) on top of this, and the two touch the same controls in the HTML preferences XIB. Rather than ask you to untangle our merge, I've rebased your HTML-pane fix forward onto current Closing in favor of #467 — but please take a look there and let me know if I missed anything. Much appreciated. Generated by Claude Code |
The HTML preferences pane was 430pt wide, which clipped the CSS theme popup and its Reveal/Reload controls — most visible now that the bundled "GitHub Dark Default" theme ships a long name. The pane is constraint- driven and loadView pins each pane to its XIB design width, so widening the content view to 482pt gives the theme controls room; the inner controls reflow automatically. Adds a regression test guarding the width. Reproduces the HTML-pane fix from yusufm's #419 on top of #461, preserving #461's checkbox word-wrap. Related to #419. Co-authored-by: yusufm <[email protected]>
Related to #397
Summary
Tests