Index: sources/gui/qml/pages/settings/SettingsDateTime.qml =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -r934354462a353ff5e7fc2ddfe6f3a8f0121a8f3f --- sources/gui/qml/pages/settings/SettingsDateTime.qml (.../SettingsDateTime.qml) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/gui/qml/pages/settings/SettingsDateTime.qml (.../SettingsDateTime.qml) (revision 934354462a353ff5e7fc2ddfe6f3a8f0121a8f3f) @@ -60,14 +60,13 @@ _minutes.textInput.text = vDateTime.minute } - Column { id: _container + contentItem: Column { id: _container spacing: 70 - y : Qt.inputMethod.visible && _keyboard.visible ? topMarginContent : ( (_root.height - _container.height) / 2 ) Behavior on y { NumberAnimation { duration: Variables.keybardAnimationDuration } } - anchors.horizontalCenter: parent.horizontalCenter Row { // time spacing: 5 + anchors.horizontalCenter: parent.horizontalCenter Text { id: _timeLabel width: labelWidth text: qsTr("Time (HH:MM)") @@ -104,6 +103,8 @@ Row { // date spacing: 5 + anchors.horizontalCenter: parent.horizontalCenter + Text { id : _dateLabel width : labelWidth text : qsTr("Date (MM/DD/YYYY)")