From f850095dc4470322dcef2f20618d62fe875e3019 Mon Sep 17 00:00:00 2001
From: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Date: Mon, 22 Feb 2010 15:54:17 +0100
Subject: [PATCH] QmlDesigner.propertyEditor: cleaning up ListViewSpecifics

---
 .../propertyeditor/Qt/ListViewSpecifics.qml   | 33 +------------------
 1 file changed, 1 insertion(+), 32 deletions(-)

diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ListViewSpecifics.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ListViewSpecifics.qml
index ff7ddf1b956..de72e01e2f0 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;
-- 
GitLab