forked from qt-creator/qt-creator
QmlDesigner: Update Tooltips for ToolSeparator Section
This patch update tooltip text for ToolSeparator fields in Property editor. Fixes: QDS-9172 Change-Id: I44ad7a12aeaa29aab7046893ba6a8079b33645ca 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
c74d99e4cf
commit
0a004a428e
@@ -16,7 +16,7 @@ Column {
|
|||||||
SectionLayout {
|
SectionLayout {
|
||||||
PropertyLabel {
|
PropertyLabel {
|
||||||
text: qsTr("Orientation")
|
text: qsTr("Orientation")
|
||||||
tooltip: qsTr("The orientation of the separator.")
|
tooltip: qsTr("Sets the orientation of the separator.")
|
||||||
}
|
}
|
||||||
|
|
||||||
SecondColumnLayout {
|
SecondColumnLayout {
|
||||||
|
Reference in New Issue
Block a user