mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Good guy CI made me realize we probably don't want scaling on OSX anyway.
This commit is contained in:
@@ -119,7 +119,9 @@ ColumnViewPreviewWidget::setQuery( const Tomahawk::query_ptr& query )
|
|||||||
ui->ageValue->setVisible( false );
|
ui->ageValue->setVisible( false );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef Q_OS_MAC //we don't need to scale on OSX anyway
|
||||||
setMinimumHeight( TomahawkUtils::DpiScaler::scaledY( this, 480 ) );
|
setMinimumHeight( TomahawkUtils::DpiScaler::scaledY( this, 480 ) );
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user