mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 17:43:59 +02:00
* Slightly decrease size of third chart item.
This commit is contained in:
@@ -70,9 +70,11 @@ PlaylistChartItemDelegate::sizeHint( const QStyleOptionViewItem& option, const Q
|
||||
stretch = 6;
|
||||
break;
|
||||
case 1:
|
||||
case 2:
|
||||
stretch = 5;
|
||||
break;
|
||||
case 2:
|
||||
stretch = 4;
|
||||
break;
|
||||
|
||||
default:
|
||||
if ( index.row() < 10 )
|
||||
|
Reference in New Issue
Block a user