summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-03-09 16:38:39 +0100
committerLiang Qi <liang.qi@theqtcompany.com>2015-04-16 06:56:52 +0000
commit19159469400ed6daa8bba1020eaaf149a16f1f18 (patch)
treef31f193a27499994ce3545b612f84ef37d6ae91a /tests
parentc439f4635a17101ceb410b3c2416bf15c6d00d80 (diff)
downloadqtquickcontrols-19159469400ed6daa8bba1020eaaf149a16f1f18.tar.gz
Fix text selection handles to float on top
Task-number: QTBUG-42538 Change-Id: Ia6d38819c994dcd9713958faf0c17de2023c9f25 Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/texthandles/main.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/manual/texthandles/main.qml b/tests/manual/texthandles/main.qml
index 4a6ed8b1..46b77dc7 100644
--- a/tests/manual/texthandles/main.qml
+++ b/tests/manual/texthandles/main.qml
@@ -100,7 +100,6 @@ ApplicationWindow {
TextField {
id: field
- z: 1
text: loremIpsum
Layout.fillWidth: true
selectByMouse: selectBox.checked
@@ -113,7 +112,6 @@ ApplicationWindow {
SpinBox {
id: spinbox
- z: 1
decimals: 2
value: 500000
maximumValue: 1000000
@@ -129,7 +127,6 @@ ApplicationWindow {
ComboBox {
id: combobox
- z: 1
editable: true
currentIndex: 1
Layout.fillWidth: true