1
0
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:
Christian Muehlhaeuser
2012-03-17 10:35:29 +01:00
parent 6d068e33ce
commit 15194438ee

View File

@@ -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 )