QmlDesigner: Update Tooltips for Inset Section

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

Fixes: QDS-8999
Change-Id: I58b996f8d4779683054b9bc2598b8b49a516994f
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
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-02 18:26:39 +01:00
committed by Pranta Ghosh Dastider
parent 411d5087ee
commit f6b2e3ce29

View File

@@ -12,7 +12,10 @@ Section {
width: parent.width
SectionLayout {
PropertyLabel { text: qsTr("Vertical") }
PropertyLabel {
text: qsTr("Vertical")
tooltip: qsTr("Sets the space from the top and bottom of the area to the background top and bottom.")
}
SecondColumnLayout {
SpinBox {
@@ -59,7 +62,10 @@ Section {
ExpandingSpacer {}
}
PropertyLabel { text: qsTr("Horizontal") }
PropertyLabel {
text: qsTr("Horizontal")
tooltip: qsTr("Sets the space from the left and right of the area to the background left and right.")
}
SecondColumnLayout {
SpinBox {