Index: sources/gui/qml/components/MainMenu.qml =================================================================== diff -u -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 -rb7a14cbdf626800fd54ec71cfed9b2f31dbf0654 --- sources/gui/qml/components/MainMenu.qml (.../MainMenu.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) +++ sources/gui/qml/components/MainMenu.qml (.../MainMenu.qml) (revision b7a14cbdf626800fd54ec71cfed9b2f31dbf0654) @@ -121,6 +121,10 @@ width : partitionWidth height : parent.height text.text : isItemVisible(index) ? modelData : "" // didn't change the visibility to preserve the button location and just didn't display the title and highlihgt bar. + text.anchors.verticalCenter: undefined + text.anchors.bottom: text.parent.bottom + text.bottomPadding: 15 + border.width: 0 onPressed: { emit_itemPressed(index)