Skip to content

Commit

Permalink
Merge pull request #1210 from Corvus400/feature/wrench_day_2_crop_issue
Browse files Browse the repository at this point in the history
🔧 We can see the bottom of the sessions on day 2 grid screen.
  • Loading branch information
takahirom committed Sep 14, 2023
2 parents d12ebd0 + 16dd04e commit 9c76e6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ fun TimetableGrid(
modifier = modifier,
contentPadding = PaddingValues(
top = 16.dp + contentPadding.calculateTopPadding(),
bottom = 16.dp + contentPadding.calculateBottomPadding(),
bottom = 16.dp + 80.dp + contentPadding.calculateBottomPadding(),
start = 16.dp + contentPadding.calculateStartPadding(layoutDirection),
end = 16.dp + contentPadding.calculateEndPadding(layoutDirection),
),
Expand Down

0 comments on commit 9c76e6b

Please sign in to comment.