Skip to content
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

fix: column min extent #15

Merged
merged 1 commit into from
Jun 13, 2022
Merged

fix: column min extent #15

merged 1 commit into from
Jun 13, 2022

Conversation

nfsxreloader
Copy link
Contributor

Context

Users should be able to resize columns to a smaller width.

Since there are more things that need to be configurable for resize, configuring this extent is out of scope of this PR.

@@ -24,5 +24,7 @@ double headerWidthForRange(Range range) {
const kDefaultCellWidth = 120.0;
const kDefaultCellHeight = 33.0;

const kMinCellWidth = 30.0;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should, probably, be configurable by the user. This can be merged as is, but an US should be created to allow the user to override these constants (not just this particular one)

@nfsxreloader nfsxreloader merged commit aab741b into develop Jun 13, 2022
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.

3 participants