Skip to content

Add "Set column width to maximum/minimum" actions#148

Open
jinliu wants to merge 1 commit intopeterfajdiga:masterfrom
jinliu:feature/column-width-max
Open

Add "Set column width to maximum/minimum" actions#148
jinliu wants to merge 1 commit intopeterfajdiga:masterfrom
jinliu:feature/column-width-max

Conversation

@jinliu
Copy link

@jinliu jinliu commented Jan 20, 2026

No description provided.

Copy link
Owner

@peterfajdiga peterfajdiga left a comment

Choose a reason for hiding this comment

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

This is a nice feature, thanks!

column.minWidth() can be too small to be useful. That's why I'm thinking if maybe instead of using column.minWidth() and column.maxWidth, we should use min(config.presetWidths) and max(config.presetWidths). Help me decide. What do you think?

},
{
name: "column-width-maximize",
description: "Set column width to maximum",
Copy link
Owner

Choose a reason for hiding this comment

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

Suggested change
description: "Set column width to maximum",
description: "Increase column width to maximum",

This will make sure it's next to column-width-increase in the shortcuts list.

},
{
name: "column-width-minimize",
description: "Set column width to minimum",
Copy link
Owner

Choose a reason for hiding this comment

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

Suggested change
description: "Set column width to minimum",
description: "Decrease column width to minimum",

This will make sure it's next to column-width-decrease in the shortcuts list.

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.

2 participants