Index: sources/gui/qml/main.qml =================================================================== diff -u -rf8e37a0cbb537edceebee7a7c5f2676f497d1e26 -r0808e668ca656c86185c3fa69e4a70dbdb4192c9 --- sources/gui/qml/main.qml (.../main.qml) (revision f8e37a0cbb537edceebee7a7c5f2676f497d1e26) +++ sources/gui/qml/main.qml (.../main.qml) (revision 0808e668ca656c86185c3fa69e4a70dbdb4192c9) @@ -277,7 +277,8 @@ // 3 - Footer MainMenu { id: _mainMenu - anchors.bottom: parent.bottom + anchors.bottom : parent.bottom + anchors.bottomMargin: hidden || disable ? height * -1 : 0 function isTreatment () { _mainMenu.itemPressed(0) } function isManager () { _mainMenu.itemPressed(1) }