QmlDesigner.PropertyEditor: Remove duplicate

Change-Id: Ib1fb950a6ee7c63870c1291d7fc27ec3fc7578c7
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
This commit is contained in:
Thomas Hartmann
2014-03-06 13:53:49 +01:00
parent 7632d7a124
commit 61c119ce7f

View File

@@ -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")
}