From 0c66efbece15fcb37b1243f6291646bd6641dc30 Mon Sep 17 00:00:00 2001 From: Raquel Medina Date: Mon, 8 Jul 2019 13:54:05 +0300 Subject: settings: datetime: qml: fix anchor warnings Bug-AGL: SPEC-2611 Signed-off-by: Raquel Medina Change-Id: I3aac9e09d44cc58fb7a163113ad7f0fb298c33f6 --- app/datetime/DateTime.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/datetime/DateTime.qml b/app/datetime/DateTime.qml index 5030b1e..06cbc8c 100644 --- a/app/datetime/DateTime.qml +++ b/app/datetime/DateTime.qml @@ -36,7 +36,7 @@ SettingPage { Label { text: 'Time'} TimeEdit {} RowLayout { - anchors.right: parent.right + Layout.alignment: Qt.AlignRight Button { text: 'OK' highlighted: true -- cgit 1.2.3-korg