summaryrefslogtreecommitdiff
path: root/src/controls/TableView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/TableView.qml')
-rw-r--r--src/controls/TableView.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/controls/TableView.qml b/src/controls/TableView.qml
index 0d104b06..752f47af 100644
--- a/src/controls/TableView.qml
+++ b/src/controls/TableView.qml
@@ -1099,8 +1099,6 @@ ScrollView {
repeater.targetIndex = -1
repeater.dragIndex = -1
}
- drag.maximumX: 1000
- drag.minimumX: -1000
drag.target: modelData.movable && columnCount > 1 ? draghandle : null
}