From: Raquel Medina Date: Mon, 8 Jul 2019 10:54:05 +0000 (+0300) Subject: settings: datetime: qml: fix anchor warnings X-Git-Tag: 7.99.3~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=0c66efbece15fcb37b1243f6291646bd6641dc30;p=apps%2Fsettings.git settings: datetime: qml: fix anchor warnings Bug-AGL: SPEC-2611 Signed-off-by: Raquel Medina Change-Id: I3aac9e09d44cc58fb7a163113ad7f0fb298c33f6 --- 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