mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 17:43:59 +02:00
Fix typo, left->right is small->big...
This commit is contained in:
@@ -389,7 +389,7 @@ AccountDelegate::drawAccountList( QPainter* painter, QStyleOptionViewItemV4& opt
|
|||||||
|
|
||||||
current += textHeight + PADDING/2;
|
current += textHeight + PADDING/2;
|
||||||
|
|
||||||
leftOfAccounts = qMax( leftOfAccounts, textTopLeft.x() );
|
leftOfAccounts = qMin( leftOfAccounts, textTopLeft.x() );
|
||||||
}
|
}
|
||||||
|
|
||||||
return leftOfAccounts;
|
return leftOfAccounts;
|
||||||
|
Reference in New Issue
Block a user