From 993707e7a3b32be73b1af6387b1498efc974f134 Mon Sep 17 00:00:00 2001
From: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Date: Tue, 16 Feb 2010 12:33:18 +0100
Subject: [PATCH] QmlDesigner.propertyEditor: fixing uppercase id

---
 share/qtcreator/qmldesigner/propertyeditor/Qt/Extended.qml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Extended.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Extended.qml
index df626f196b9..155a02642c8 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Extended.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Extended.qml
@@ -87,8 +87,7 @@ GroupBox {
                         visible: effectComboBox.currentText == "Opacity";
                         layout: QVBoxLayout {
                             DoubleSpinBox {
-                                id: OpcacityEffectSpinBox;
-                                objectName: "OpcacityEffectSpinBox";
+                                id: opcacityEffectSpinBox;
                                 backendValue: backendValues.effect.complexNode.exists ? backendValues.effect.complexNode.properties.opacity : null;
                                 minimum: 0;
                                 maximum: 1;
-- 
GitLab