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

QmlDesigner.propertyEditor: fixing crash in Row editing

parent a3781992
No related branches found
No related tags found
No related merge requests found
...@@ -19,11 +19,11 @@ GroupBox { ...@@ -19,11 +19,11 @@ GroupBox {
IntEditor { IntEditor {
id: spacing; id: spacing;
backendValue: backendValues.spacing; backendValue: backendValues.spacing;
caption: "Spacing: " caption: "Spacing"
baseStateFlag: isBaseState; baseStateFlag: isBaseState;
step: 1; step: 1;
minimumValue: 0; minimumValue: 0;
maximumValue: 2000; maximumValue: 200;
} }
} }
} }
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