How can I change the widths of each panel of `List...
# compose
s
How can I change the widths of each panel of
ListDetailPaneScaffold
(of
org.jetbrains.compose.material3.adaptive:adaptive-layout
)? Neither passing
PaneExpansionAnchors
to
rememberPaneExpansionState
nor applying width Modifiers to the panes itself has any effect.