Index: sources/gui/qml/components/MainMenu.qml =================================================================== diff -u -rccba568494c6b7214116f818a0ac89d0fa3ba81b -r11560b63360025c294edabc6f5f6da97ad1f20c3 --- sources/gui/qml/components/MainMenu.qml (.../MainMenu.qml) (revision ccba568494c6b7214116f818a0ac89d0fa3ba81b) +++ sources/gui/qml/components/MainMenu.qml (.../MainMenu.qml) (revision 11560b63360025c294edabc6f5f6da97ad1f20c3) @@ -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) }