diff options
| author | Rafael Fernández López <[email protected]> | 2007-09-17 05:17:25 +0000 |
|---|---|---|
| committer | Rafael Fernández López <[email protected]> | 2007-09-17 05:17:25 +0000 |
| commit | 3c77e0f7204dcc7933b2f91ed462d61e92301b29 (patch) | |
| tree | 9e58650c2576dc046472c4c53bfdb99fc26ad331 /src | |
| parent | abd0121a470fea72eccbf6f467451294a4e07223 (diff) | |
Hooray for perfectionism
svn path=/trunk/KDE/kdebase/apps/; revision=713323
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphincategorydrawer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphincategorydrawer.cpp b/src/dolphincategorydrawer.cpp index 5b2278629..039b395a4 100644 --- a/src/dolphincategorydrawer.cpp +++ b/src/dolphincategorydrawer.cpp @@ -285,8 +285,8 @@ void DolphinCategoryDrawer::drawCategory(const QModelIndex &index, int sortRole, if (option.direction == Qt::RightToLeft) { - textRect.setWidth(textRect.width() - (paintIcon ? iconSize + (iconSize / 4) - : 0)); + textRect.setWidth(textRect.width() - (paintIcon ? iconSize + (iconSize / 2) + : -(iconSize / 4))); } painter->drawText(textRect, Qt::AlignVCenter | Qt::AlignLeft, |
