aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/nativestyle/main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/nativestyle/main.qml b/tests/manual/nativestyle/main.qml
index c1f02411..5e44118c 100644
--- a/tests/manual/nativestyle/main.qml
+++ b/tests/manual/nativestyle/main.qml
@@ -70,7 +70,7 @@ ApplicationWindow {
anchors.margins: 20
ScrollView {
- contentWidth: width - ScrollBar.vertical.width
+ contentWidth: availableWidth
Column {
anchors.left: parent.left
@@ -95,7 +95,7 @@ ApplicationWindow {
}
ScrollView {
- contentWidth: width - ScrollBar.vertical.width
+ contentWidth: availableWidth
Column {
anchors.left: parent.left