From d7898d9659722905b73d7e4e357d2500e2ff6464 Mon Sep 17 00:00:00 2001 From: Pranta Dastider Date: Mon, 20 Feb 2023 16:35:16 +0100 Subject: [PATCH] QmlDesigner: Update Tooltips for Pane Section This patch update tooltip text for Pane Section fields in Property editor. Fixes: QDS-9212 Change-Id: Id6cf4fea516065f1cb7ac6d004e4015c1118b96b Reviewed-by: Reviewed-by: Mats Honkamaa Reviewed-by: Thomas Hartmann --- .../propertyEditorQmlSources/QtQuick/Controls/PaneSection.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {