From 95b8fa39d25f44034e7d570608eb5117612c7f39 Mon Sep 17 00:00:00 2001 From: Pranta Dastider Date: Wed, 8 Feb 2023 16:31:10 +0100 Subject: [PATCH] QmlDesigner: Update Tooltips for COLUMN Section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch update tooltip text for COLUMN fields in Property editor. Fixes: QDS-9065 Change-Id: Iabd573d727cb983970fe50415b912da0e219db84 Reviewed-by: Reviewed-by: Henning Gründl Reviewed-by: Mats Honkamaa Reviewed-by: Thomas Hartmann --- .../propertyEditorQmlSources/QtQuick/ColumnSpecifics.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ColumnSpecifics.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ColumnSpecifics.qml index 7320b656dcd..6d6e8d7f4cf 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ColumnSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ColumnSpecifics.qml @@ -18,7 +18,10 @@ Column { anchors.right: parent.right SectionLayout { - PropertyLabel { text: qsTr("Spacing") } + PropertyLabel { + text: qsTr("Spacing") + tooltip: qsTr("Sets the spacing between column items.") + } SecondColumnLayout { SpinBox {