X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=playermainwindow.cpp;h=c77bd566c618532b4dc04272bc6591aca40028d2;hb=f9fe22e0066fcde0f4e53a9e715962f2e1b2f241;hp=5f917278ce1d9eb9daf268e8f26fb146a3e238f3;hpb=3ad8058dfce501dea9fab66e583399f14abc811f;p=vlc-remote diff --git a/playermainwindow.cpp b/playermainwindow.cpp index 5f91727..c77bd56 100644 --- a/playermainwindow.cpp +++ b/playermainwindow.cpp @@ -419,7 +419,7 @@ // rebuild display layout // retrieve album art mHasImage = false; - mPlayListMainWindow->requestPlayList(); + QTimer::singleShot(500, mPlayListMainWindow, SLOT(requestPlayList())); } // Update the buttons on the playlist window if (NULL != this->mPlayListMainWindow) { @@ -479,7 +479,7 @@ void PlayerMainWindow::setCoverArtFromPixmap(QPixmap image) { mHasImage = true; ui->labelArtLandscape->setPixmap(image.scaledToHeight(120, Qt::SmoothTransformation)); - ui->labelArtPortrait->setPixmap(image.scaledToHeight(310, Qt::SmoothTransformation)); + ui->labelArtPortrait->setPixmap(image.scaledToHeight(320, Qt::SmoothTransformation)); if (mIsLandscape) { ui->labelArtPortrait->setVisible(false); ui->labelArtLandscape->setVisible(true);