Index: sources/gui/qml/components/MainMenu.qml =================================================================== diff -u -ra58f91b077c8131bea3dbde0fc338adb113fc9f3 -r712f4c8a1b2382919300895b4422b831471044a3 --- sources/gui/qml/components/MainMenu.qml (.../MainMenu.qml) (revision a58f91b077c8131bea3dbde0fc338adb113fc9f3) +++ sources/gui/qml/components/MainMenu.qml (.../MainMenu.qml) (revision 712f4c8a1b2382919300895b4422b831471044a3) @@ -96,10 +96,10 @@ Rectangle { id: _backgroundRect anchors.fill: parent color: Colors.backgroundMainMenu - // gradient: Gradient { - // GradientStop { position: 0; color: "#FEFEFE" } - // GradientStop { position: 1; color: "#0F2841" } - // } + gradient: Gradient { + GradientStop { position: 0.2; color: Qt.lighter(Colors.backgroundMain, 1.2) } + GradientStop { position: 0.8; color: Qt.darker (Colors.backgroundMain, 1.2) } + } } MouseArea { id: _clickPropagationDisabler