Skip to content
GitLab
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
716f2bb3
Commit
716f2bb3
authored
Apr 23, 2010
by
Kai Koehne
Browse files
QmlDesigner: Fix warnings about overshoot
overshoot is deprecated
parent
89506945
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/itemlibrary/qml/ItemsView.qml
View file @
716f2bb3
...
...
@@ -182,7 +182,7 @@ reasons and then passed to the section views */
anchors.bottom
:
parent
.
bottom
anchors.left
:
parent
.
left
anchors.right
:
scrollbarFrame
.
left
overShoot
:
false
boundsBehavior
:
Flickable
.
DragOverBounds
interactive
:
false
contentHeight
:
col
.
height
...
...
src/plugins/qmldesigner/components/stateseditor/stateslist.qml
View file @
716f2bb3
...
...
@@ -67,7 +67,7 @@ Rectangle {
focus
:
true
;
clip
:
true
;
overShoot
:
false
;
boundsBehavior
:
Flickable
.
DragOverBounds
;
interactive
:
false
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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