Fix #735: adjust spacing on Now Playing page card

This commit is contained in:
Drew Weymouth
2025-10-25 16:38:24 -07:00
parent 9e9aa3fc67
commit 86fd2967fc
3 changed files with 20 additions and 11 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ type AlbumPageHeader struct {
titleLabel *widget.RichText
releaseTypeLabel *widget.RichText
artistLabel *widgets.MultiHyperlink
artistLabelSpace *util.HSpace // TODO: remove when no longer needed
artistLabelSpace *util.Space // TODO: remove when no longer needed
genreLabel *widgets.MultiHyperlink
miscLabel *widget.Label
shareMenuItem *fyne.MenuItem