aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/nativestyle/TextAreas.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/nativestyle/TextAreas.qml')
-rw-r--r--tests/manual/nativestyle/TextAreas.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/manual/nativestyle/TextAreas.qml b/tests/manual/nativestyle/TextAreas.qml
index 0e1573b0..f411c3bd 100644
--- a/tests/manual/nativestyle/TextAreas.qml
+++ b/tests/manual/nativestyle/TextAreas.qml
@@ -67,7 +67,6 @@ ControlContainer {
id: scrollView
width: 200
height: defaultTextArea.height
- ScrollBar.vertical.policy: ScrollBar.AlwaysOn
TextArea {
text: "Inside ScrollView - Lorem ipsum dolor sit amet, consectetur adipiscing elit, "
@@ -104,7 +103,6 @@ ControlContainer {
ScrollView {
id: scrollView2
anchors.fill: parent
- ScrollBar.vertical.policy: ScrollBar.AlwaysOn
TextArea {
id: area2