1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

* Style fix.

This commit is contained in:
Christian Muehlhaeuser
2012-11-12 11:20:45 +01:00
parent b5b96015d9
commit 06f1ad6cf8

View File

@@ -72,7 +72,9 @@ PlaylistItemDelegate::sizeHint( const QStyleOptionViewItem& option, const QModel
{
int rowHeight = option.fontMetrics.height() + 8;
size.setHeight( rowHeight * 2 );
} else if ( style == PlayableProxyModel::Detailed ) {
}
else if ( style == PlayableProxyModel::Detailed )
{
int rowHeight = option.fontMetrics.height() * 1.4;
size.setHeight( rowHeight );
}