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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user