switch to ellipsis truncation everywhere

This commit is contained in:
Drew Weymouth
2023-11-03 23:26:26 -07:00
parent b830629e28
commit 27fab7ed26
9 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ func NewGridViewItem(placeholderResource fyne.Resource) *GridViewItem {
Cover: newCoverImage(placeholderResource),
}
g.primaryText.TextStyle.Bold = true
g.primaryText.Wrapping = fyne.TextTruncate
g.primaryText.Truncation = fyne.TextTruncateEllipsis
g.ExtendBaseWidget(g)
g.Cover.OnPlay = func() {
if g.OnPlay != nil {