Fix cut off labels in reader sheet toggles

This commit is contained in:
arkon
2023-09-11 18:39:36 -04:00
parent 8824c7dbe3
commit f9754f4f58
3 changed files with 13 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ fun OrientationModeSelectDialog(
},
modifier = Modifier.fillMaxWidth(),
imageVector = ImageVector.vectorResource(mode.iconRes),
label = stringResource(stringRes),
title = stringResource(stringRes),
)
}
}

View File

@@ -46,7 +46,7 @@ fun ReadingModeSelectDialog(
},
modifier = Modifier.fillMaxWidth(),
imageVector = ImageVector.vectorResource(mode.iconRes),
label = stringResource(stringRes),
title = stringResource(stringRes),
)
}
}