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