Index: sources/gui/qml/components/MainMenu.qml =================================================================== diff -u -ra58f91b077c8131bea3dbde0fc338adb113fc9f3 -r2ad0fc5c1215088ee0e4ea7f9b2bc367c4ed2fd9 --- sources/gui/qml/components/MainMenu.qml (.../MainMenu.qml) (revision a58f91b077c8131bea3dbde0fc338adb113fc9f3) +++ sources/gui/qml/components/MainMenu.qml (.../MainMenu.qml) (revision 2ad0fc5c1215088ee0e4ea7f9b2bc367c4ed2fd9) @@ -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.1) } + GradientStop { position: 0.8; color: Qt.darker (Colors.backgroundMain, 1.1) } + } } MouseArea { id: _clickPropagationDisabler