mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
Make compile
This commit is contained in:
@@ -120,7 +120,8 @@ ColumnViewPreviewWidget::setQuery( const Tomahawk::query_ptr& query )
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifndef Q_OS_MAC //we don't need to scale on OSX anyway
|
#ifndef Q_OS_MAC //we don't need to scale on OSX anyway
|
||||||
setMinimumHeight( TomahawkUtils::DpiScaler::scaledY( this, 480 ) );
|
TomahawkUtils::DpiScaler dpi( this );
|
||||||
|
setMinimumHeight( dpi.scaledY( 480 ) );
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user