Index: sources/gui/qml/components/ImageLogoD.qml =================================================================== diff -u -r56e378f7504701b9e9a9dccaf205aef2fd52c58e -rd619b1355f03ab8e2e53956908bda66fea542224 --- sources/gui/qml/components/ImageLogoD.qml (.../ImageLogoD.qml) (revision 56e378f7504701b9e9a9dccaf205aef2fd52c58e) +++ sources/gui/qml/components/ImageLogoD.qml (.../ImageLogoD.qml) (revision d619b1355f03ab8e2e53956908bda66fea542224) @@ -24,7 +24,10 @@ * \brief Denali project simple logo (No 'Diality') */ Item { id : _root - height : Variables.headerHeight + // align it with the in-Treatment logo + // and also move it up to not to be covered + // by alarm dialog so changed from headerHeight to mainMenuHeight + height : Variables.mainMenuHeight anchors { top : parent.top left : parent.left