aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/nativestyle/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/nativestyle/main.qml')
-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 ef7c89a2..5e75e7a3 100644
--- a/tests/manual/nativestyle/main.qml
+++ b/tests/manual/nativestyle/main.qml
@@ -70,7 +70,7 @@ ApplicationWindow {
anchors.margins: 20
ScrollView {
- contentWidth: width
+ contentWidth: width - ScrollBar.vertical.width
clip: true
Column {
@@ -96,7 +96,7 @@ ApplicationWindow {
}
ScrollView {
- contentWidth: width
+ contentWidth: width - ScrollBar.vertical.width
clip: true
Column {