forked from qt-creator/qt-creator
		
	QmlDesigner.PropertyEditor: Remove duplicate
Change-Id: Ib1fb950a6ee7c63870c1291d7fc27ec3fc7578c7 Reviewed-by: Marco Bubke <marco.bubke@digia.com>
This commit is contained in:
		| @@ -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") | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user