Skip to content

fix: ignore tight ListView min width for auto table sizing#1598

Open
theSharpestTool wants to merge 2 commits into
daohoangson:masterfrom
Digizorg:fix/1595-table-is-squeezed-in-render-mode-list-view-v2
Open

fix: ignore tight ListView min width for auto table sizing#1598
theSharpestTool wants to merge 2 commits into
daohoangson:masterfrom
Digizorg:fix/1595-table-is-squeezed-in-render-mode-list-view-v2

Conversation

@theSharpestTool
Copy link
Copy Markdown

Fixes table sizing in RenderMode.listView so auto-width tables no longer stretch to the full viewport width just because ListView gives its children tight cross-axis constraints.

The table layout now derives its minWidth hint only from explicit table sizing, such as width or min-width, instead of copying BoxConstraints.minWidth from the parent layout.

Related #1595

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.

1 participant