mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-19 15:31:59 +02:00
Make compile
This commit is contained in:
parent
c1f11b4816
commit
aff4e329c1
@ -120,7 +120,8 @@ ColumnViewPreviewWidget::setQuery( const Tomahawk::query_ptr& query )
|
||||
}
|
||||
|
||||
#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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user