Index: sources/gui/qml/components/ScreenItem.qml =================================================================== diff -u -r3ef1a4ff361ba1774ad1a6f6170dbb174cadbdd5 -r1286d74bd015276aab604808be2766136091c125 --- sources/gui/qml/components/ScreenItem.qml (.../ScreenItem.qml) (revision 3ef1a4ff361ba1774ad1a6f6170dbb174cadbdd5) +++ sources/gui/qml/components/ScreenItem.qml (.../ScreenItem.qml) (revision 1286d74bd015276aab604808be2766136091c125) @@ -24,7 +24,8 @@ * \brief Parent item for all the Screens */ Item { id: _root - property alias backgroundRect: _backgroundRect + property alias backgroundRect : _backgroundRect + property string headerTitle : "" visible: false width : Variables.applicationWidth