diff --git a/src/plugins/qmldesigner/components/annotationeditor/annotationtool.cpp b/src/plugins/qmldesigner/components/annotationeditor/annotationtool.cpp index 7cb0bdfa19f..9db5d0d81c3 100644 --- a/src/plugins/qmldesigner/components/annotationeditor/annotationtool.cpp +++ b/src/plugins/qmldesigner/components/annotationeditor/annotationtool.cpp @@ -201,7 +201,7 @@ void AnnotationTool::formEditorItemsChanged(const QList & /*ite int AnnotationTool::wantHandleItem(const ModelNode & /*modelNode*/) const { - return 10; + return 5; } QString AnnotationTool::name() const