begin expandedtracklistrow

This commit is contained in:
Drew Weymouth
2024-05-29 18:57:36 -07:00
parent 9928861db9
commit a9b6d0cc2a
2 changed files with 45 additions and 5 deletions
+1 -3
View File
@@ -21,8 +21,6 @@ import (
"github.com/dweymouth/supersonic/ui/util"
)
const thumbnailSize = 52
type PlayQueueList struct {
widget.BaseWidget
@@ -298,7 +296,7 @@ func NewPlayQueueListRow(playQueueList *PlayQueueList, im *backend.ImageManager,
playingIcon: playingIcon,
playQueueList: playQueueList,
num: widget.NewLabel(""),
cover: NewImagePlaceholder(myTheme.TracksIcon, thumbnailSize),
cover: NewImagePlaceholder(myTheme.TracksIcon, tracklistThumbnailSize),
title: util.NewTruncatingLabel(),
artist: NewMultiHyperlink(),
time: util.NewTrailingAlignLabel(),