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:
parent
7c13aeca6d
commit
d393b68516
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user