Code Review
/
apps
/
settings.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d0350d3
)
settings: datetime: qml: fix anchor warnings
29/21829/1
author
Raquel Medina
<raquel.medina@konsulko.com>
Mon, 8 Jul 2019 10:54:05 +0000
(13:54 +0300)
committer
Raquel Medina
<raquel.medina@konsulko.com>
Mon, 8 Jul 2019 10:56:16 +0000
(13:56 +0300)
Bug-AGL: SPEC-2611
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
Change-Id: I3aac9e09d44cc58fb7a163113ad7f0fb298c33f6
app/datetime/DateTime.qml
patch
|
blob
|
history
diff --git
a/app/datetime/DateTime.qml
b/app/datetime/DateTime.qml
index
5030b1e
..
06cbc8c
100644
(file)
--- a/
app/datetime/DateTime.qml
+++ b/
app/datetime/DateTime.qml
@@
-36,7
+36,7
@@
SettingPage {
Label { text: 'Time'}
TimeEdit {}
RowLayout {
-
anchors.right: parent.r
ight
+
Layout.alignment: Qt.AlignR
ight
Button {
text: 'OK'
highlighted: true