Skip to content

Commit

Permalink
fix: [ANDROAPP-6767] update paneConfig for Two pane layout
Browse files Browse the repository at this point in the history
  • Loading branch information
xavimolloy committed Feb 6, 2025
1 parent 38d7d8c commit c6ade93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ fun DataSetInstanceScreen(
modifier = Modifier.fillMaxSize()
.background(color = MaterialTheme.colorScheme.surfaceBright)
.padding(it),
paneConfig = TwoPaneConfig.PrimaryPaneFixedSize(283.dp),
paneConfig = TwoPaneConfig.SecondaryPaneFixedSize(283.dp),
primaryPane = {
if (dataSetScreenState is DataSetScreenState.Loaded) {
DataSetTableContent(
Expand Down

0 comments on commit c6ade93

Please sign in to comment.