forked from qt-creator/qt-creator
QmlDesigner: Fix warnings about overshoot
overshoot is deprecated
This commit is contained in:
@@ -182,7 +182,7 @@ reasons and then passed to the section views */
|
|||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: scrollbarFrame.left
|
anchors.right: scrollbarFrame.left
|
||||||
overShoot: false
|
boundsBehavior: Flickable.DragOverBounds
|
||||||
|
|
||||||
interactive: false
|
interactive: false
|
||||||
contentHeight: col.height
|
contentHeight: col.height
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ Rectangle {
|
|||||||
|
|
||||||
focus: true;
|
focus: true;
|
||||||
clip: true;
|
clip: true;
|
||||||
overShoot: false;
|
boundsBehavior: Flickable.DragOverBounds;
|
||||||
interactive:false;
|
interactive:false;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user