┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/kstandarditemlistwidget.cpp
diff options
context:
space:
mode:
authorMarius P <[email protected]>2024-06-16 03:43:20 +0300
committerMarius P <[email protected]>2024-06-16 03:43:20 +0300
commit22d5283eb7e7858d1375eaabfca467c2b03fed47 (patch)
treede9ee3202e0f88e03c10df4684a56a794b096735 /src/kitemviews/kstandarditemlistwidget.cpp
parenta5efe00f0b31b48b1f1472ea9eb8f5f098d6f6b6 (diff)
Prefer en_US, "colour" -> "color"
Diffstat (limited to 'src/kitemviews/kstandarditemlistwidget.cpp')
-rw-r--r--src/kitemviews/kstandarditemlistwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kitemviews/kstandarditemlistwidget.cpp b/src/kitemviews/kstandarditemlistwidget.cpp
index 10494ba7e..d2806082a 100644
--- a/src/kitemviews/kstandarditemlistwidget.cpp
+++ b/src/kitemviews/kstandarditemlistwidget.cpp
@@ -1513,8 +1513,8 @@ void KStandardItemListWidget::updateAdditionalInfoTextColor()
if (m_customTextColor.isValid()) {
c1 = m_customTextColor;
} else if (isSelected() && hasFocus && (m_layout != DetailsLayout || m_highlightEntireRow)) {
- // The detail text colour needs to match the main text (HighlightedText) for the same level
- // of readability. We short circuit early here to avoid interpolating with another colour.
+ // The detail text color needs to match the main text (HighlightedText) for the same level
+ // of readability. We short circuit early here to avoid interpolating with another color.
m_additionalInfoTextColor = styleOption().palette.color(QPalette::HighlightedText);
return;
} else {