aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/headerview/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/headerview/main.qml')
-rw-r--r--tests/manual/headerview/main.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/manual/headerview/main.qml b/tests/manual/headerview/main.qml
index 2919f1b2..ab9c3dc5 100644
--- a/tests/manual/headerview/main.qml
+++ b/tests/manual/headerview/main.qml
@@ -101,8 +101,6 @@ Window {
HorizontalHeaderView {
id: horizontalHeader
objectName: "horizontalHeader"
- height: contentHeight
- width: syncView.width
anchors.top: parent.top
anchors.left: tableView.left
syncView: tableView
@@ -112,8 +110,6 @@ Window {
VerticalHeaderView {
id: verticalHeader
objectName: "verticalHeader"
- width: contentWidth
- height: syncView.height
anchors.top: tableView.top
syncView: tableView
clip: true