aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/nativestyle/TextAreas.qml7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/manual/nativestyle/TextAreas.qml b/tests/manual/nativestyle/TextAreas.qml
index e3911992..d8d49c02 100644
--- a/tests/manual/nativestyle/TextAreas.qml
+++ b/tests/manual/nativestyle/TextAreas.qml
@@ -86,9 +86,14 @@ ControlContainer {
spacing: container.rowSpacing
Frame {
+ id: frame
+ contentWidth: textArea.width
+ contentHeight: textArea.height
+
TextArea {
- id: area1
+ id: textArea
width: 200
+ height: 80
wrapMode: TextEdit.WrapAnywhere
selectByMouse: true
text: "Inside frame - Lorem ipsum dolor sit amet, consectetur adipiscing elit, "