From d397f711febed3427086a7333120af3bd552187a Mon Sep 17 00:00:00 2001 From: Andreas Date: Sat, 22 Feb 2014 21:27:58 +0100 Subject: [PATCH] Better placeing of the loading icon when automatic cover loading is activated. --- src/widgets/nowplayingwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/nowplayingwidget.cpp b/src/widgets/nowplayingwidget.cpp index 796d1d061..d34de53f1 100644 --- a/src/widgets/nowplayingwidget.cpp +++ b/src/widgets/nowplayingwidget.cpp @@ -349,7 +349,7 @@ void NowPlayingWidget::DrawContents(QPainter* p) { } else { p->drawPixmap(x_offset, kTopBorder, total_size, total_size, cover_); if (downloading_covers_) { - p->drawPixmap(total_size - 31, 40, 16, 16, + p->drawPixmap(x_offset + 45, 35, 16, 16, spinner_animation_->currentPixmap()); } }