Index: sources/gui/qml/main.qml =================================================================== diff -u -rd862dfcd402206e33b314c458e41c13b684a4565 -r712f4c8a1b2382919300895b4422b831471044a3 --- sources/gui/qml/main.qml (.../main.qml) (revision d862dfcd402206e33b314c458e41c13b684a4565) +++ sources/gui/qml/main.qml (.../main.qml) (revision 712f4c8a1b2382919300895b4422b831471044a3) @@ -304,8 +304,8 @@ height : Variables.notificationHeight color : Colors.backgroundMainMenu gradient: Gradient { //TODO:@LEAHI: make this a component. - 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) } } Item {