Skip to content
Snippets Groups Projects
Commit 993707e7 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.propertyEditor: fixing uppercase id

parent 29296277
No related branches found
No related tags found
No related merge requests found
...@@ -87,8 +87,7 @@ GroupBox { ...@@ -87,8 +87,7 @@ GroupBox {
visible: effectComboBox.currentText == "Opacity"; visible: effectComboBox.currentText == "Opacity";
layout: QVBoxLayout { layout: QVBoxLayout {
DoubleSpinBox { DoubleSpinBox {
id: OpcacityEffectSpinBox; id: opcacityEffectSpinBox;
objectName: "OpcacityEffectSpinBox";
backendValue: backendValues.effect.complexNode.exists ? backendValues.effect.complexNode.properties.opacity : null; backendValue: backendValues.effect.complexNode.exists ? backendValues.effect.complexNode.properties.opacity : null;
minimum: 0; minimum: 0;
maximum: 1; maximum: 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment