aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testapplications/elements/content/IntValidatorElement.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testapplications/elements/content/IntValidatorElement.qml')
-rw-r--r--tests/testapplications/elements/content/IntValidatorElement.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/testapplications/elements/content/IntValidatorElement.qml b/tests/testapplications/elements/content/IntValidatorElement.qml
index 12df298c81..f96e2e2db0 100644
--- a/tests/testapplications/elements/content/IntValidatorElement.qml
+++ b/tests/testapplications/elements/content/IntValidatorElement.qml
@@ -54,7 +54,9 @@ Item {
id: intvalidatorelementbackground
color: intvalidatorelementinput.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: intvalidatorelementinput