Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3422502 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Modes dialog fits 3.5 tiles by default" into main

parents 0631442d 451010f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -34,7 +34,7 @@ fun ModeTileGrid(viewModel: ModesDialogViewModel) {


    LazyVerticalGrid(
    LazyVerticalGrid(
        columns = GridCells.Fixed(1),
        columns = GridCells.Fixed(1),
        modifier = Modifier.fillMaxWidth().heightIn(max = 320.dp),
        modifier = Modifier.fillMaxWidth().heightIn(max = 280.dp),
        verticalArrangement = Arrangement.spacedBy(8.dp),
        verticalArrangement = Arrangement.spacedBy(8.dp),
        horizontalArrangement = Arrangement.spacedBy(8.dp),
        horizontalArrangement = Arrangement.spacedBy(8.dp),
    ) {
    ) {