diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PaneSection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PaneSection.qml index ec83d6b178f..049f7692ca1 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PaneSection.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PaneSection.qml @@ -14,7 +14,8 @@ Section { SectionLayout { PropertyLabel { text: qsTr("Content size") - tooltip: qsTr("Content width and height used for calculating the total implicit size.") + tooltip: qsTr("Sets the size of the pane. This is used to calculate\n" + + "the total implicit size.") } SecondColumnLayout {