Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
ce49445b
Commit
ce49445b
authored
Feb 22, 2010
by
Thomas Hartmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
QmlDesigner.propertyEditor: fixing crash in Row editing
parent
a3781992
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
share/qtcreator/qmldesigner/propertyeditor/Qt/RowSpecifics.qml
.../qtcreator/qmldesigner/propertyeditor/Qt/RowSpecifics.qml
+2
-2
No files found.
share/qtcreator/qmldesigner/propertyeditor/Qt/RowSpecifics.qml
View file @
ce49445b
...
...
@@ -19,11 +19,11 @@ GroupBox {
IntEditor
{
id
:
spacing
;
backendValue
:
backendValues
.
spacing
;
caption
:
"
Spacing
:
"
caption
:
"
Spacing
"
baseStateFlag
:
isBaseState
;
step
:
1
;
minimumValue
:
0
;
maximumValue
:
200
0
;
maximumValue
:
200
;
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment