diff options
Diffstat (limited to 'app/datetime/DateTime.qml')
-rw-r--r-- | app/datetime/DateTime.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |