QmlDesigner: Update Tooltips for Round Button Section

This patch update tooltip text for Round Button section fields
in Property editor.

Fixes: QDS-9179
Change-Id: I4831ed76b546815379342cb2ef40ac4675302e22
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-17 13:53:06 +01:00
committed by Pranta Ghosh Dastider
parent 6dde00121e
commit ae7eb03fb7

View File

@@ -45,7 +45,7 @@ Column {
PropertyLabel {
text: qsTr("Radius")
tooltip: qsTr("Radius of the button.")
tooltip: qsTr("Sets the radius of the button.")
}
SecondColumnLayout {