-
Notifications
You must be signed in to change notification settings - Fork 8.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow Fixing of Row/Col number, resize window only changes font size. #18381
Comments
Hello, |
Hi,Yeah that sounds about right.Set the row and column size on load, and then when the window is resized don’t increase or decrease the number of rows or columns, but only change the font size.Does that make sense?On 10 Jan 2025, at 23:14, Nikhil B Patil ***@***.***> wrote:
Hello,
Like do you want to adjust font size based on window size and when resizing it should automatically adjust font.
Correct?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
@kalyxnz sorry I am not able to understand it! |
@kalyxnz can you explain please? |
Hi sorry for the slow reply. I will describe the intended behaviour: Set "Columns" and "Rows" in the settings to desired numbers e.g. 100 Columns 40 rows Then, a setting to lock those column/row numbers, so that even when the user resizes the window, the columns or rows do not either increase or decrease. |
Hi @space-techy I created the following GIF to help illustrate what I mean... Hope this makes it a little clearer? Thanks! |
@kalyxnz yes it makes clearer now! |
@space-techy A check box with something like: "Keep number of rows and columns static, only increase or decrease font size when window is resized" |
Description of the new feature
Allow setting the number of rows and columns to fixed numbers.
If the user then adjusts the size of the window, font size is adjusted instead of adding more rows or columns.
Proposed technical implementation details
No response
The text was updated successfully, but these errors were encountered: