aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}
}