Index: sources/gui/qml/components/HeaderBar.qml =================================================================== diff -u -r4a2b83dcb56555861d2c741a8e8894e5b07e24bf -rd9993ef9458e1c25abc86a63d4d10b666ff8cd2c --- sources/gui/qml/components/HeaderBar.qml (.../HeaderBar.qml) (revision 4a2b83dcb56555861d2c741a8e8894e5b07e24bf) +++ sources/gui/qml/components/HeaderBar.qml (.../HeaderBar.qml) (revision d9993ef9458e1c25abc86a63d4d10b666ff8cd2c) @@ -51,12 +51,16 @@ } Text { id: _title - color : Colors.textMain - anchors.centerIn : parent - horizontalAlignment : Text.AlignHCenter - verticalAlignment : Text.AlignVCenter - font.pixelSize : Fonts.fontHeaderbarTitle - font.weight : Font.DemiBold + color : Colors.textMain + anchors { + horizontalCenter : parent.horizontalCenter + bottom : _headerMenu.top + } + height : parent.height + horizontalAlignment : Text.AlignHCenter + verticalAlignment : Text.AlignVCenter + font.pixelSize : Fonts.fontHeaderbarTitle + font.weight : Font.DemiBold } Item { id: _dateTimeItem