Index: sources/gui/qml/components/MainMenu.qml =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -ra58f91b077c8131bea3dbde0fc338adb113fc9f3 --- sources/gui/qml/components/MainMenu.qml (.../MainMenu.qml) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/gui/qml/components/MainMenu.qml (.../MainMenu.qml) (revision a58f91b077c8131bea3dbde0fc338adb113fc9f3) @@ -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) }