mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 11:50:37 +02:00
Fix ColumnViewPreviewWidget minimum height on Mac.
This commit is contained in:
@@ -227,6 +227,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
|
||||||
TomahawkUtils::DpiScaler dpi( this );
|
TomahawkUtils::DpiScaler dpi( this );
|
||||||
setMinimumHeight( dpi.scaledY( 400 ) );
|
setMinimumHeight( dpi.scaledY( 400 ) );
|
||||||
|
#else
|
||||||
|
setMinimumHeight( 400 );
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user