Index: sources/gui/qml/components/MainMenu.qml =================================================================== diff -u -r3ef1a4ff361ba1774ad1a6f6170dbb174cadbdd5 -rcf4466dfa9b676d38cf535e2c1a23b14a83ea8b5 --- sources/gui/qml/components/MainMenu.qml (.../MainMenu.qml) (revision 3ef1a4ff361ba1774ad1a6f6170dbb174cadbdd5) +++ sources/gui/qml/components/MainMenu.qml (.../MainMenu.qml) (revision cf4466dfa9b676d38cf535e2c1a23b14a83ea8b5) @@ -36,7 +36,6 @@ property int position : MainMenu.Position.Bottom property bool hasRightText : false property int rightTextGaps : 20 - property bool hasLogo : false property int currentIndex : 0 property string currentTitle : titles[currentIndex] === undefined ? null : titles[currentIndex] property bool disable : false @@ -88,7 +87,6 @@ property alias leftPdding : _row.leftPadding property alias rightPdding : _row.rightPadding - clip: true x: 0 y: Variables.applicationHeight - Variables.mainMenuHeight @@ -108,11 +106,6 @@ anchors.fill: parent } - ImageLogoDDarkTransparent { id: _image - visible: hasLogo - anchors.centerIn: parent - } - // normal texts with highlighter bottom ribon. Row { id: _row anchors.fill: parent