QmlDesigner: Update Tooltips for COLUMN Section

This patch update tooltip text for COLUMN fields
in Property editor.

Fixes: QDS-9065
Change-Id: Iabd573d727cb983970fe50415b912da0e219db84
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Pranta Dastider
2023-02-08 16:31:10 +01:00
committed by Pranta Ghosh Dastider
parent 9799e9588a
commit 95b8fa39d2

View File

@@ -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 {