[plasma/plasma-welcome] src/qml/mock: MockKRunner: Swap help and configure icons
Oliver Beard <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit ba7ac027fc3be427b79819bd61c75e66ea7861a0 by Oliver Beard, on behalf of Kai Uwe Broulik.
Committed on 18/07/2026 at 09:31.
Pushed by olib into branch 'master'.
MockKRunner: Swap help and configure icons
To match the real thing.
M +2 -2 src/qml/mock/MockKRunner.qml
https://invent.kde.org/plasma/plasma-welcome/-/commit/ba7ac027fc3be427b79819bd61c75e66ea7861a0
diff --git a/src/qml/mock/MockKRunner.qml b/src/qml/mock/MockKRunner.qml
index b3532b3b..4130961c 100644
--- a/src/qml/mock/MockKRunner.qml
+++ b/src/qml/mock/MockKRunner.qml
@@ -57,7 +57,7 @@ Item {
implicitHeight: Kirigami.Units.iconSizes.smallMedium
implicitWidth: Kirigami.Units.iconSizes.smallMedium
- source: "configure"
+ source: "question"
}
// Wrapped so disabling the search field does not affect the icons
@@ -154,7 +154,7 @@ Item {
implicitHeight: Kirigami.Units.iconSizes.smallMedium
implicitWidth: Kirigami.Units.iconSizes.smallMedium
- source: "question"
+ source: "configure"
}
Kirigami.Icon {