Index: sources/gui/qml/components/MainMenu.qml =================================================================== diff -u -r7220e36b52cac1f682e49469de80426e0f0c571e -r322c96960f4828abdd6cf9914d2a0797c2887e12 --- sources/gui/qml/components/MainMenu.qml (.../MainMenu.qml) (revision 7220e36b52cac1f682e49469de80426e0f0c571e) +++ sources/gui/qml/components/MainMenu.qml (.../MainMenu.qml) (revision 322c96960f4828abdd6cf9914d2a0797c2887e12) @@ -96,7 +96,12 @@ Rectangle { id: _backgroundRect anchors.fill: parent color: Colors.backgroundMainMenu + // gradient: Gradient { + // GradientStop { position: 0; color: "#FEFEFE" } + // GradientStop { position: 1; color: "#0F2841" } + // } } + MouseArea { id: _clickPropagationDisabler anchors.fill: parent } @@ -122,6 +127,7 @@ 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. border.width: 0 + pixelSize : 40 //// ----- @LEAHIZED onPressed: { emit_itemPressed(index) }