Better placeing of the loading icon when automatic cover loading is activated.
This commit is contained in:
parent
5146bcdebc
commit
d397f711fe
@ -349,7 +349,7 @@ void NowPlayingWidget::DrawContents(QPainter* p) {
|
|||||||
} else {
|
} else {
|
||||||
p->drawPixmap(x_offset, kTopBorder, total_size, total_size, cover_);
|
p->drawPixmap(x_offset, kTopBorder, total_size, total_size, cover_);
|
||||||
if (downloading_covers_) {
|
if (downloading_covers_) {
|
||||||
p->drawPixmap(total_size - 31, 40, 16, 16,
|
p->drawPixmap(x_offset + 45, 35, 16, 16,
|
||||||
spinner_animation_->currentPixmap());
|
spinner_animation_->currentPixmap());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user