Enforce a minimum window size when resizing #4322

Open
opened 2026-01-30 23:44:04 +00:00 by claunia · 0 comments
Owner

Originally created by @jj10133 on GitHub (Oct 7, 2019).

Set the window size to be of minimum fixed size. I mean is that, allow the user to resize the whole window to a limit.

It would solve the issue on multiple tabs not being shown plus there's a bug when we completely resize to very small window then resize back to normal the path is not shown.

Proposed technical implementation details (optional)

We could come up within minimum window size that every user is allowed to resize, this could be done by comparing using the user's screen resolution, to be not biased

Originally created by @jj10133 on GitHub (Oct 7, 2019). # Set the window size to be of minimum fixed size. I mean is that, allow the user to resize the whole window to a limit. It would solve the issue on multiple tabs not being shown plus there's a bug when we completely resize to very small window then resize back to normal the path is not shown. # Proposed technical implementation details (optional) We could come up within minimum window size that every user is allowed to resize, this could be done by comparing using the user's screen resolution, to be not biased
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#4322