use fast scaling mode for play queue images
This commit is contained in:
@@ -196,6 +196,7 @@ func NewPlayQueueListRow(playQueueList *PlayQueueList, im *backend.ImageManager,
|
|||||||
}
|
}
|
||||||
p.ExtendBaseWidget(p)
|
p.ExtendBaseWidget(p)
|
||||||
|
|
||||||
|
p.cover.ScaleMode = canvas.ImageScaleFastest
|
||||||
p.artist.OnTapped = playQueueList.onArtistTapped
|
p.artist.OnTapped = playQueueList.onArtistTapped
|
||||||
p.OnDoubleTapped = func() {
|
p.OnDoubleTapped = func() {
|
||||||
playQueueList.onPlayTrackAt(p.ItemID())
|
playQueueList.onPlayTrackAt(p.ItemID())
|
||||||
|
|||||||
Reference in New Issue
Block a user