From 15194438ee7d40852aa8715c29d66702888a4ec0 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sat, 17 Mar 2012 10:35:29 +0100 Subject: [PATCH] * Slightly decrease size of third chart item. --- src/libtomahawk/playlist/PlaylistChartItemDelegate.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/libtomahawk/playlist/PlaylistChartItemDelegate.cpp b/src/libtomahawk/playlist/PlaylistChartItemDelegate.cpp index a715fbb5e..3449230f1 100644 --- a/src/libtomahawk/playlist/PlaylistChartItemDelegate.cpp +++ b/src/libtomahawk/playlist/PlaylistChartItemDelegate.cpp @@ -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 )