Increase max lines for title in global search to 3

Closes #9729
This commit is contained in:
arkon
2023-07-16 22:24:14 -04:00
parent 43b9b104f5
commit 262ce3473f
2 changed files with 5 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ private fun MangaItem(
Box(modifier = Modifier.width(96.dp)) {
MangaComfortableGridItem(
title = title,
titleMaxLines = 3,
coverData = cover,
coverBadgeStart = {
InLibraryBadge(enabled = isFavorite)