Skip to content

fix: popover minimum width and kill-button clipping#3

Merged
mulhamna merged 3 commits into
mainfrom
fix/popover-min-width
Jul 8, 2026
Merged

fix: popover minimum width and kill-button clipping#3
mulhamna merged 3 commits into
mainfrom
fix/popover-min-width

Conversation

@mulhamna

@mulhamna mulhamna commented Jul 8, 2026

Copy link
Copy Markdown
Owner

Summary

  • Fix two popover layout bugs from live use: rows clipping when the panel is narrow, and the kill button hidden under the scroll bar.
  • Add a screenshot to the README.

Changes

  • fix: raise the resize width floor/default to 600 (clamping any smaller persisted value) so the flexible PROCESS + fixed PROJECT columns (~596px) never overflow; add a 26px right gutter to header and rows so the ✕ kill button clears the scroll bar.
  • docs: embed docs/img/portbar.png near the top of the README.

Test plan

  • make build — BUILD SUCCEEDED
  • Drag the grip narrow → stops at 600, columns stay aligned, no clipping
  • ✕ kill button fully visible on every row (not under the scroll bar)
  • Widen → PROCESS column grows, ✕ stays visible

mulhamna added 3 commits July 8, 2026 20:54
The flexible PROCESS column plus fixed PROJECT column made the row content
~596px wide, but the resize floor was 460 and the default 520 — so rows
overflowed and clipped, and the ✕ kill button hid under the scroll bar.

Raise the width floor/default to 600 (clamping any smaller persisted value)
and add a 26px right gutter to the header and rows so ✕ clears the scroll bar.
@mulhamna mulhamna merged commit 2836ace into main Jul 8, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant