Enforce a minimum window size when resizing #4324

Closed
opened 2026-01-30 23:44:07 +00:00 by claunia · 5 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
Author
Owner

@DHowett-MSFT commented on GitHub (Oct 8, 2019):

Yep, this is solid. Thanks!

@DHowett-MSFT commented on GitHub (Oct 8, 2019): Yep, this is solid. Thanks!
Author
Owner

@DHowett-MSFT commented on GitHub (Oct 8, 2019):

So good an idea is this that I'm tagging it for v1.0.

@DHowett-MSFT commented on GitHub (Oct 8, 2019): So good an idea is this that I'm tagging it for v1.0.
Author
Owner

@jj10133 commented on GitHub (Oct 8, 2019):

Thank you Sir

@jj10133 commented on GitHub (Oct 8, 2019): Thank you Sir
Author
Owner

@JipDol2 commented on GitHub (Oct 24, 2019):

hello, i wonder this issue.
i want this problem to solve so i found serveral document.(To find out where the documents and sources are related to this part)
but i cant find ,,,,,ㅠㅠㅠ
sorry where i find "this issue related source and docs?"

@JipDol2 commented on GitHub (Oct 24, 2019): hello, i wonder this issue. i want this problem to solve so i found serveral document.(To find out where the documents and sources are related to this part) but i cant find ,,,,,ㅠㅠㅠ sorry where i find "this issue related source and docs?"
Author
Owner

@DHowett-MSFT commented on GitHub (Jan 23, 2020):

It looks like we actually shipped this with @mcpiroman's grid resize PR. Filed #4349 to enable it by default.

@DHowett-MSFT commented on GitHub (Jan 23, 2020): It looks like we actually shipped this with @mcpiroman's grid resize PR. Filed #4349 to enable it by default.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#4324