1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 00:54:20 +02:00

Fix typo, left->right is small->big...

This commit is contained in:
Leo Franchi
2012-02-16 22:31:01 -05:00
parent dc41b29ab7
commit 6638d74687

View File

@@ -389,7 +389,7 @@ AccountDelegate::drawAccountList( QPainter* painter, QStyleOptionViewItemV4& opt
current += textHeight + PADDING/2;
leftOfAccounts = qMax( leftOfAccounts, textTopLeft.x() );
leftOfAccounts = qMin( leftOfAccounts, textTopLeft.x() );
}
return leftOfAccounts;