manager: fix the text 'No module installed' is not centered (#803)
This commit is contained in:
@@ -205,7 +205,8 @@ private fun ModuleList(
|
|||||||
if (isEmpty) {
|
if (isEmpty) {
|
||||||
item {
|
item {
|
||||||
Box(
|
Box(
|
||||||
modifier = Modifier.fillMaxSize(), contentAlignment = Alignment.Center
|
modifier = Modifier.fillParentMaxSize(),
|
||||||
|
contentAlignment = Alignment.Center
|
||||||
) {
|
) {
|
||||||
Text(stringResource(R.string.module_empty))
|
Text(stringResource(R.string.module_empty))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user