From 6dde00121e36d5fbc6392b032febc94a5fd2bd1b Mon Sep 17 00:00:00 2001 From: Pranta Dastider Date: Fri, 17 Feb 2023 11:36:27 +0100 Subject: [PATCH] QmlDesigner: Update Tooltips for Scroll View Section This patch update tooltip text for Scroll View section fields in Property editor. Fixes: QDS-9177 Change-Id: I40a0581852fb0bff5f1a5f76d32a757f313eddd3 Reviewed-by: Mats Honkamaa Reviewed-by: Thomas Hartmann --- .../QtQuick/Controls/ScrollViewSpecifics.qml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 {