aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-09-26 11:27:15 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2017-09-26 11:48:42 +0000
commit0074d98fbb582bbfcb923bdff514b188910be0ae (patch)
tree6fb77e95e2477244307d6b0cc2a03513b1330a3d /tests
parent3496985626f87b8f0bfc4a7cd5ff31cc3d3cdc97 (diff)
testbench: move the scrollbar on the window edge
Change-Id: I52af7be7cbd838108cd9e18366afea90e26387a3 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/testbench/testbench.qml7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/manual/testbench/testbench.qml b/tests/manual/testbench/testbench.qml
index 6b829998..d9bf0fe5 100644
--- a/tests/manual/testbench/testbench.qml
+++ b/tests/manual/testbench/testbench.qml
@@ -403,7 +403,12 @@ ApplicationWindow {
property bool resettingModel: false
- ScrollBar.vertical: ScrollBar {}
+ ScrollBar.vertical: ScrollBar {
+ parent: contentPane
+ anchors.top: parent.top
+ anchors.right: parent.right
+ anchors.bottom: parent.bottom
+ }
model: controlFolderListModel
delegate: ColumnLayout {