aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/manual/testbench/controls/ScrollBar.qml2
-rw-r--r--tests/manual/testbench/controls/ScrollIndicator.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/testbench/controls/ScrollBar.qml b/tests/manual/testbench/controls/ScrollBar.qml
index abe1d007..f59796d2 100644
--- a/tests/manual/testbench/controls/ScrollBar.qml
+++ b/tests/manual/testbench/controls/ScrollBar.qml
@@ -96,7 +96,7 @@ QtObject {
ScrollBar {
id: horizontalScrollBar
enabled: !is("disabled")
- orientation: Qt.Vertical
+ orientation: Qt.Horizontal
interactive: is("interactive")
visible: is("horizontal")
size: 0.3
diff --git a/tests/manual/testbench/controls/ScrollIndicator.qml b/tests/manual/testbench/controls/ScrollIndicator.qml
index 8c5079fa..32c66aad 100644
--- a/tests/manual/testbench/controls/ScrollIndicator.qml
+++ b/tests/manual/testbench/controls/ScrollIndicator.qml
@@ -86,7 +86,7 @@ QtObject {
ScrollIndicator {
id: horizontalScrollIndicator
enabled: !is("disabled")
- orientation: Qt.Vertical
+ orientation: Qt.Horizontal
active: true
visible: is("horizontal")
size: 0.3