diff --git a/src/AccountDelegate.cpp b/src/AccountDelegate.cpp index 388f44895..ba8342302 100644 --- a/src/AccountDelegate.cpp +++ b/src/AccountDelegate.cpp @@ -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 ) {