1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-08 21:20:45 +02:00

Scale the pixmap appropriately

This commit is contained in:
Jeff Mitchell
2013-05-21 13:04:36 -04:00
parent 4348142890
commit 519cb63ee5

View File

@@ -43,6 +43,8 @@ HatchetAccountConfig::HatchetAccountConfig( HatchetAccount* account )
m_ui->setupUi( this );
m_ui->label->setPixmap( m_ui->label->pixmap()->scaled( QSize( 128, 127 ), Qt::KeepAspectRatio, Qt::SmoothTransformation ) );
m_ui->emailLabel->hide();
m_ui->emailEdit->hide();