From abd0121a470fea72eccbf6f467451294a4e07223 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafael=20Fern=C3=A1ndez=20L=C3=B3pez?= Date: Mon, 17 Sep 2007 05:00:53 +0000 Subject: [PATCH] Equal drawing on every case svn path=/trunk/KDE/kdebase/apps/; revision=713322 --- src/dolphincategorydrawer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dolphincategorydrawer.cpp b/src/dolphincategorydrawer.cpp index aff03dab7..5b2278629 100644 --- a/src/dolphincategorydrawer.cpp +++ b/src/dolphincategorydrawer.cpp @@ -286,7 +286,7 @@ void DolphinCategoryDrawer::drawCategory(const QModelIndex &index, int sortRole, if (option.direction == Qt::RightToLeft) { textRect.setWidth(textRect.width() - (paintIcon ? iconSize + (iconSize / 4) - : (iconSize / 4))); + : 0)); } painter->drawText(textRect, Qt::AlignVCenter | Qt::AlignLeft, -- 2.47.3