1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 15:29:42 +01:00

Compile fix.

This commit is contained in:
Christian Muehlhaeuser 2014-11-04 15:28:55 +01:00
parent f23b3ed40c
commit 9e92cc9f7b

View File

@ -74,7 +74,7 @@ SearchWidget::SearchWidget( const QString& search, QWidget* parent )
ui->albums->setVerticalScrollBarPolicy( Qt::ScrollBarAlwaysOff );
ui->albums->setHorizontalScrollBarPolicy( Qt::ScrollBarAlwaysOff );
ui->albums->setWrapping( false );
ui->albums->setItemWidth( TomahawkUtils::DpiScaler::scaledX( this, 140 );
ui->albums->setItemWidth( TomahawkUtils::DpiScaler::scaledX( this, 140 ) );
// ui->albums->proxyModel()->setHideDupeItems( true );
ui->albums->setFixedHeight( 140 + 56 + 38 );