1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-19 07:22:32 +02:00

Good guy CI made me realize we probably don't want scaling on OSX anyway.

This commit is contained in:
Teo Mrnjavac 2013-12-06 20:11:50 +01:00
parent 7c13aeca6d
commit d393b68516

View File

@ -119,7 +119,9 @@ ColumnViewPreviewWidget::setQuery( const Tomahawk::query_ptr& query )
ui->ageValue->setVisible( false );
}
#ifndef Q_OS_MAC //we don't need to scale on OSX anyway
setMinimumHeight( TomahawkUtils::DpiScaler::scaledY( this, 480 ) );
#endif
}