mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-23 09:19:41 +01:00
* Style fix.
This commit is contained in:
parent
b5b96015d9
commit
06f1ad6cf8
@ -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 );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user