QmlDesigner: Add missing qsTr() to AnchorRow label

Change-Id: I8c5c164c5d66548d6e574360bc38991ccdc750fd
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Henning Gruendl
2019-08-23 15:33:00 +02:00
committed by Thomas Hartmann
parent abadd0f198
commit fd160f7523

View File

@@ -89,7 +89,7 @@ RowLayout {
}
Label {
text: "Margin"
text: qsTr("Margin")
color: __defaultTextColor
elide: Text.ElideRight
Layout.minimumWidth: Math.min(60, Layout.preferredWidth + 10)