Disabled softwarp for branches and uncommited changes
This commit is contained in:
parent
d14c13595c
commit
57e428a9e8
@ -212,7 +212,7 @@ fun CommitLogChanges(diffEntries: List<DiffEntry>, onDiffSelected: (DiffEntry) -
|
||||
color = textColor,
|
||||
maxLines = 1,
|
||||
fontSize = 13.sp,
|
||||
overflow = TextOverflow.Ellipsis,
|
||||
softWrap = false,
|
||||
)
|
||||
}
|
||||
|
||||
|
@ -355,7 +355,7 @@ private fun FileEntry(
|
||||
text = diffEntry.filePath,
|
||||
modifier = Modifier.weight(1f, fill = true),
|
||||
maxLines = 1,
|
||||
overflow = TextOverflow.Ellipsis,
|
||||
softWrap = false,
|
||||
fontSize = 13.sp,
|
||||
color = MaterialTheme.colors.primaryTextColor,
|
||||
)
|
||||
|
@ -54,7 +54,7 @@ fun SideMenuSubentry(
|
||||
fontSize = 13.sp,
|
||||
fontWeight = if (bold) FontWeight.SemiBold else FontWeight.Normal,
|
||||
color = MaterialTheme.colors.primaryTextColor,
|
||||
overflow = TextOverflow.Ellipsis,
|
||||
softWrap = false,
|
||||
)
|
||||
|
||||
additionalInfo()
|
||||
|
Loading…
Reference in New Issue
Block a user