From 2412266a345daea349e2a803c856c44f4639e413 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Thu, 16 Feb 2012 22:36:46 -0500 Subject: [PATCH] Fix painting initial coordinate for qMin --- src/AccountDelegate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) {