1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

Fix painting initial coordinate for qMin

This commit is contained in:
Leo Franchi 2012-02-16 22:36:46 -05:00
parent 6638d74687
commit 2412266a34

@ -365,7 +365,7 @@ AccountDelegate::drawAccountList( QPainter* painter, QStyleOptionViewItemV4& opt
int runningRightEdge = rightEdge;
int current = 0;
int leftOfAccounts = 0;
int leftOfAccounts = rightEdge;
if ( accts.size() % 2 == 1 )
{