diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FlickableSection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FlickableSection.qml index f7f4a70b612..269126ec6ac 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FlickableSection.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FlickableSection.qml @@ -111,19 +111,6 @@ Section { } - Label { - text: qsTr("Behavior") - toolTip: qsTr("Bounds behavior") - } - - SecondColumnLayout { - ComboBox { - backendValue: backendValues.boundsBehavior - model: ["StopAtBounds", "DragOverBounds", "DragAndOvershootBounds"] - Layout.fillWidth: true - } - } - Label { text:qsTr("Interactive") }