Index: sources/gui/qml/components/HeaderBar.qml =================================================================== diff -u -r9048646630717f980a852df54349805ba63773e0 -r934354462a353ff5e7fc2ddfe6f3a8f0121a8f3f --- sources/gui/qml/components/HeaderBar.qml (.../HeaderBar.qml) (revision 9048646630717f980a852df54349805ba63773e0) +++ sources/gui/qml/components/HeaderBar.qml (.../HeaderBar.qml) (revision 934354462a353ff5e7fc2ddfe6f3a8f0121a8f3f) @@ -7,6 +7,7 @@ property alias menuHidden : _headerMenu.hidden property alias headerMenuIndex : _headerMenu.index + property alias titleText : _title.text width : Variables.applicationWidth height : Variables.headerHeight @@ -36,6 +37,14 @@ } } + Text { id: _title + color : Colors.textMain + anchors.centerIn : parent + horizontalAlignment : Text.AlignHCenter + verticalAlignment : Text.AlignVCenter + font.pixelSize : 40 + } + Item { id: _dateTimeItem width : Variables.headerBarDateTimeWidth anchors {