diff options
| -rw-r--r-- | src/dolphincategorydrawer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
