forked from qt-creator/qt-creator
QmlDesigner: Add missing qsTr() to AnchorRow label
Change-Id: I8c5c164c5d66548d6e574360bc38991ccdc750fd Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Thomas Hartmann
parent
abadd0f198
commit
fd160f7523
@@ -89,7 +89,7 @@ RowLayout {
|
||||
}
|
||||
|
||||
Label {
|
||||
text: "Margin"
|
||||
text: qsTr("Margin")
|
||||
color: __defaultTextColor
|
||||
elide: Text.ElideRight
|
||||
Layout.minimumWidth: Math.min(60, Layout.preferredWidth + 10)
|
||||
|
Reference in New Issue
Block a user