diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ExtendedFunctionButton.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ExtendedFunctionButton.qml index 2eaf898b6ac..add72e68684 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ExtendedFunctionButton.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ExtendedFunctionButton.qml @@ -206,7 +206,7 @@ Item { Image { width: 16 height: 16 - source: "image://icons/error" + source: "image://icons/ok" opacity: { if (control.pressed) return 0.8; @@ -235,7 +235,7 @@ Item { Image { width: 16 height: 16 - source: "image://icons/ok" + source: "image://icons/error" opacity: { if (control.pressed) return 0.8;