From ae7eb03fb7a026acb0c7e69982abca4375a1cf4f Mon Sep 17 00:00:00 2001 From: Pranta Dastider Date: Fri, 17 Feb 2023 13:53:06 +0100 Subject: [PATCH] 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: Reviewed-by: Mats Honkamaa Reviewed-by: Thomas Hartmann --- .../QtQuick/Controls/RoundButtonSpecifics.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/RoundButtonSpecifics.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/RoundButtonSpecifics.qml index 0422c6eb1ac..08df756a9e9 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/RoundButtonSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/RoundButtonSpecifics.qml @@ -45,7 +45,7 @@ Column { PropertyLabel { text: qsTr("Radius") - tooltip: qsTr("Radius of the button.") + tooltip: qsTr("Sets the radius of the button.") } SecondColumnLayout {