diff options
| author | Elvis Angelaccio <[email protected]> | 2019-05-12 13:09:39 +0200 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2019-05-12 13:12:01 +0200 |
| commit | 863112002c00878c1722f4a12c178212c998e3f4 (patch) | |
| tree | f249ecd530f1965e0ed982727b05d88d11c92487 /src/kitemviews/kstandarditemlistwidget.cpp | |
| parent | d7555d8e11311c16f6dadc14abd9b3fb9a03a085 (diff) | |
Fix indentation
GIT_SILENT
Diffstat (limited to 'src/kitemviews/kstandarditemlistwidget.cpp')
| -rw-r--r-- | src/kitemviews/kstandarditemlistwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kitemviews/kstandarditemlistwidget.cpp b/src/kitemviews/kstandarditemlistwidget.cpp index f56f68ac5..15c01726f 100644 --- a/src/kitemviews/kstandarditemlistwidget.cpp +++ b/src/kitemviews/kstandarditemlistwidget.cpp @@ -1225,7 +1225,7 @@ void KStandardItemListWidget::updateIconsLayoutTextCache() textInfo->staticText.setText(elidedText); requiredWidth = m_customizedFontMetrics.width(elidedText); } else if (role == "rating") { - // Use the width of the rating pixmap, because the rating text is empty. + // Use the width of the rating pixmap, because the rating text is empty. requiredWidth = m_rating.width(); } } |
