QmlDesigner: Fix warnings about overshoot

overshoot is deprecated
This commit is contained in:
Kai Koehne
2010-04-23 13:00:04 +02:00
parent 8950694578
commit 716f2bb33c
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -67,7 +67,7 @@ Rectangle {
focus: true;
clip: true;
overShoot: false;
boundsBehavior: Flickable.DragOverBounds;
interactive:false;
}