From e909749e05e7eb17be3aa0c594c8024ebd920286 Mon Sep 17 00:00:00 2001 From: Pranta Dastider Date: Mon, 20 Feb 2023 17:03:55 +0100 Subject: [PATCH] QmlDesigner: Update Tooltips for Page Section This patch update tooltip text for Page section fields in Property editor. Fixes: QDS-9210 Change-Id: I5ceb1fb970e1122c2042894dbd2c143807c313f3 Reviewed-by: Reviewed-by: Mats Honkamaa Reviewed-by: Thomas Hartmann --- .../QtQuick/Controls/PageSpecifics.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PageSpecifics.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PageSpecifics.qml index 6654af5812a..94495ab55ed 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PageSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PageSpecifics.qml @@ -17,7 +17,7 @@ Column { SectionLayout { PropertyLabel { text: qsTr("Title") - tooltip: qsTr("Title of the page.") + tooltip: qsTr("Sets the title of the page.") } SecondColumnLayout { @@ -33,7 +33,8 @@ Column { 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 page. This is used to\n" + + "calculate the total implicit size.") } SecondColumnLayout {