diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ListViewSpecifics.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ListViewSpecifics.qml index ff7ddf1b95608e7ee56e8d3f1c720652a624548a..de72e01e2f05199aa22de0867ecd6dc060de4d1c 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ListViewSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ListViewSpecifics.qml @@ -33,18 +33,6 @@ GroupBox { font.bold: true; } - QLabel { - minimumHeight: 22; - text: "Key Navigation Wraps:" - font.bold: true; - } - - QLabel { - minimumHeight: 22; - text: "Snap Position:" - font.bold: true; - } - QLabel { minimumHeight: 22; text: "Spacing:" @@ -66,26 +54,7 @@ GroupBox { backendValue: backendValues.highlightFollowsCurrentItem; baseStateFlag: isBaseState; checkable: true; - } - - CheckBox { - id: wrapCheckBox; - text: ""; - backendValue: backendValues.wrap; - baseStateFlag: isBaseState; - checkable: true; - } - - SpinBox { - id: snapPositionSpinBox; - objectName: "snapPositionSpinBox"; - backendValue: backendValues.snapPosition; - minimumWidth: 30; - minimum: 0; - maximum: 1000; - singleStep: 1; - baseStateFlag: isBaseState; - } + } SpinBox { id: spacingSpinBox;