forked from qt-creator/qt-creator
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:
committed by
Pranta Ghosh Dastider
parent
6dde00121e
commit
ae7eb03fb7
@@ -45,7 +45,7 @@ Column {
|
||||
|
||||
PropertyLabel {
|
||||
text: qsTr("Radius")
|
||||
tooltip: qsTr("Radius of the button.")
|
||||
tooltip: qsTr("Sets the radius of the button.")
|
||||
}
|
||||
|
||||
SecondColumnLayout {
|
||||
|
Reference in New Issue
Block a user