From 6367a2e066cb1548954d654de845a499790c18a7 Mon Sep 17 00:00:00 2001 From: druid23 Date: Fri, 20 Aug 2010 20:25:30 +0100 Subject: [PATCH 1/1] Very minor UI tweak modified: playermainwindow.cpp modified: playermainwindow.ui --- playermainwindow.cpp | 2 +- playermainwindow.ui | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/playermainwindow.cpp b/playermainwindow.cpp index 0eb48c2..c77bd56 100644 --- a/playermainwindow.cpp +++ b/playermainwindow.cpp @@ -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); diff --git a/playermainwindow.ui b/playermainwindow.ui index b16ffb2..fb7648c 100644 --- a/playermainwindow.ui +++ b/playermainwindow.ui @@ -20,13 +20,13 @@ 380 - 340 + 350 380 - 340 + 350 -- 1.7.9.5