Index: sources/gui/qml/components/MainMenu.qml =================================================================== diff -u -r2ad0fc5c1215088ee0e4ea7f9b2bc367c4ed2fd9 -r712f4c8a1b2382919300895b4422b831471044a3 --- sources/gui/qml/components/MainMenu.qml (.../MainMenu.qml) (revision 2ad0fc5c1215088ee0e4ea7f9b2bc367c4ed2fd9) +++ sources/gui/qml/components/MainMenu.qml (.../MainMenu.qml) (revision 712f4c8a1b2382919300895b4422b831471044a3) @@ -97,8 +97,8 @@ anchors.fill: parent color: Colors.backgroundMainMenu gradient: Gradient { - GradientStop { position: 0.2; color: Qt.lighter(Colors.backgroundMain, 1.1) } - GradientStop { position: 0.8; color: Qt.darker (Colors.backgroundMain, 1.1) } + GradientStop { position: 0.2; color: Qt.lighter(Colors.backgroundMain, 1.2) } + GradientStop { position: 0.8; color: Qt.darker (Colors.backgroundMain, 1.2) } } }