Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
bc35e752
Commit
bc35e752
authored
Feb 22, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.propertyEditor: fix Grid editing
parent
ce49445b
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/GridSpecifics.qml
View file @
bc35e752
...
...
@@ -19,31 +19,31 @@ GroupBox {
IntEditor
{
id
:
spacing
;
backendValue
:
backendValues
.
spacing
;
caption
:
"
Spacing
:
"
caption
:
"
Spacing
"
baseStateFlag
:
isBaseState
;
step
:
1
;
minimumValue
:
0
;
maximumValue
:
200
0
;
maximumValue
:
200
;
}
IntEditor
{
id
:
rows
;
backendValue
:
backendValues
.
rows
;
caption
:
"
Rows
:
"
caption
:
"
Rows
"
baseStateFlag
:
isBaseState
;
step
:
1
;
minimumValue
:
0
;
maximumValue
:
20
00
;
minimumValue
:
1
;
maximumValue
:
20
;
}
IntEditor
{
id
:
columns
;
backendValue
:
backendValues
.
columns
;
caption
:
"
Columns
:
"
caption
:
"
Columns
"
baseStateFlag
:
isBaseState
;
step
:
1
;
minimumValue
:
0
;
maximumValue
:
20
00
;
minimumValue
:
1
;
maximumValue
:
20
;
}
}
}
Write
Preview
Supports
Markdown
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