forked from qt-creator/qt-creator
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:
committed by
Pranta Ghosh Dastider
parent
9799e9588a
commit
95b8fa39d2
@@ -18,7 +18,10 @@ Column {
|
|||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
|
||||||
SectionLayout {
|
SectionLayout {
|
||||||
PropertyLabel { text: qsTr("Spacing") }
|
PropertyLabel {
|
||||||
|
text: qsTr("Spacing")
|
||||||
|
tooltip: qsTr("Sets the spacing between column items.")
|
||||||
|
}
|
||||||
|
|
||||||
SecondColumnLayout {
|
SecondColumnLayout {
|
||||||
SpinBox {
|
SpinBox {
|
||||||
|
|||||||
Reference in New Issue
Block a user