aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksei German <aleksei.german@qt.io>2020-09-04 10:59:45 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2020-09-04 09:12:55 +0000
commit3f99be2ee8824398f9115e610014ee1b58082e63 (patch)
tree23a45bfc079b92b37e0cb976eb0c971de1273c0b
parentc11c09386c319cb3dcd9e89616d3f1d2789afdd9 (diff)
QmlDesigner: Fix for Animation Properties LineEdit
Deactivated an option to translate properties names. Task: QDS-2737 Change-Id: Ieadd4cd56094f09c961234a5b2790c2380e1106a Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnimationTargetSection.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnimationTargetSection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnimationTargetSection.qml
index e614a6563b..e1b347679a 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnimationTargetSection.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnimationTargetSection.qml
@@ -56,6 +56,7 @@ Section {
LineEdit {
backendValue: backendValues.property
Layout.fillWidth: true
+ showTranslateCheckBox: false
}
Label {
text: qsTr("Properties")
@@ -64,6 +65,7 @@ Section {
LineEdit {
backendValue: backendValues.properties
Layout.fillWidth: true
+ showTranslateCheckBox: false
}
}