Fixed filename being cut in uncommited/commit changes
This commit is contained in:
parent
3554c7ebcf
commit
096f4128b2
@ -290,7 +290,6 @@ fun CommitLogChanges(
|
|||||||
}
|
}
|
||||||
Text(
|
Text(
|
||||||
text = diffEntry.fileName,
|
text = diffEntry.fileName,
|
||||||
modifier = Modifier.weight(1f, fill = false),
|
|
||||||
maxLines = 1,
|
maxLines = 1,
|
||||||
softWrap = false,
|
softWrap = false,
|
||||||
style = MaterialTheme.typography.body2,
|
style = MaterialTheme.typography.body2,
|
||||||
|
@ -560,10 +560,6 @@ private fun EntriesList(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@OptIn(
|
|
||||||
ExperimentalComposeUiApi::class, ExperimentalFoundationApi::class,
|
|
||||||
ExperimentalAnimationApi::class
|
|
||||||
)
|
|
||||||
@Composable
|
@Composable
|
||||||
private fun FileEntry(
|
private fun FileEntry(
|
||||||
statusEntry: StatusEntry,
|
statusEntry: StatusEntry,
|
||||||
@ -618,7 +614,6 @@ private fun FileEntry(
|
|||||||
}
|
}
|
||||||
Text(
|
Text(
|
||||||
text = statusEntry.fileName,
|
text = statusEntry.fileName,
|
||||||
modifier = Modifier.weight(1f, fill = false),
|
|
||||||
maxLines = 1,
|
maxLines = 1,
|
||||||
softWrap = false,
|
softWrap = false,
|
||||||
style = MaterialTheme.typography.body2,
|
style = MaterialTheme.typography.body2,
|
||||||
|
Loading…
Reference in New Issue
Block a user