make track title in bottom panel link to Now Playing page

This commit is contained in:
Drew Weymouth
2023-04-30 10:17:34 -07:00
parent 78194165f4
commit 053474f669
8 changed files with 44 additions and 14 deletions
+4
View File
@@ -90,6 +90,10 @@ func (c *CustomHyperlink) SetText(text string) {
c.Refresh()
}
func (c *CustomHyperlink) SetTextStyle(style fyne.TextStyle) {
c.h.TextStyle = style
}
func (c *CustomHyperlink) Resize(size fyne.Size) {
c.h.MaxWidth = size.Width
c.BaseWidget.Resize(size)