aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testapplications/elements/content/DoubleValidatorElement.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testapplications/elements/content/DoubleValidatorElement.qml')
-rw-r--r--tests/testapplications/elements/content/DoubleValidatorElement.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/testapplications/elements/content/DoubleValidatorElement.qml b/tests/testapplications/elements/content/DoubleValidatorElement.qml
index aaf50aa32d..c186ff5a80 100644
--- a/tests/testapplications/elements/content/DoubleValidatorElement.qml
+++ b/tests/testapplications/elements/content/DoubleValidatorElement.qml
@@ -56,7 +56,9 @@ Item {
id: doublevalidatorelementbackground
color: doublevalidatorelementinput.acceptableInput ? "green" : "red"; height: 50; width: parent.width *.8
border.color: "gray"; opacity: 0.7; radius: 5
- anchors.centerIn: parent
+ anchors.horizontalCenter: parent.horizontalCenter
+ anchors.bottom: parent.bottom
+ anchors.bottomMargin: 15
TextInput {
id: doublevalidatorelementinput