diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ScrollViewSpecifics.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ScrollViewSpecifics.qml index 3a8f819f7e7..7785f6c7de3 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ScrollViewSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ScrollViewSpecifics.qml @@ -14,7 +14,11 @@ Column { caption: qsTr("Scroll View") SectionLayout { - PropertyLabel { text: qsTr("Content size") } + PropertyLabel { + text: qsTr("Content size") + tooltip: qsTr("Sets the width and height of the view.\n" + + "This is used for calculating the total implicit size.") + } SecondColumnLayout { SpinBox {