Dont use alternating rows in views (does not look too great with grouped view). Use a fading divider instead.

This commit is contained in:
craig.p.drummond
2013-05-16 18:09:32 +00:00
committed by craig.p.drummond
parent 0a0c8247f6
commit e35b0f6b86
8 changed files with 81 additions and 23 deletions

View File

@@ -424,6 +424,7 @@ public:
if (mouseOver) {
drawIcons(painter, option.rect, true, rtl, AlbumHeader==type || isCollection ? AP_HBottom : AP_HMiddle, index);
}
drawDivider(painter, option.rect, col);
painter->restore();
}