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:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user