mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-15 10:33: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;
|
stretch = 6;
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
case 2:
|
|
||||||
stretch = 5;
|
stretch = 5;
|
||||||
break;
|
break;
|
||||||
|
case 2:
|
||||||
|
stretch = 4;
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
if ( index.row() < 10 )
|
if ( index.row() < 10 )
|
||||||
|
Reference in New Issue
Block a user