make primary link in GridViewItem bold
This commit is contained in:
@@ -139,6 +139,7 @@ func NewGridViewItem(placeholderResource fyne.Resource) *GridViewItem {
|
||||
secondaryText: NewCustomHyperlink(),
|
||||
Cover: newCoverImage(placeholderResource),
|
||||
}
|
||||
g.primaryText.SetTextStyle(fyne.TextStyle{Bold: true})
|
||||
g.ExtendBaseWidget(g)
|
||||
g.Cover.OnPlay = func() { g.onPlay(false) }
|
||||
g.Cover.OnShowContextMenu = g.showContextMenu
|
||||
|
||||
Reference in New Issue
Block a user