diff --git a/src/qml/level/MelodyListView.qml b/src/qml/level/MelodyListView.qml
index 9f4a7cd1bfc157eadee095c29156514352d8d69f..04c2a11000329d8b9bd7bbfe9b55f7d7cd2e813f 100644
--- a/src/qml/level/MelodyListView.qml
+++ b/src/qml/level/MelodyListView.qml
@@ -76,6 +76,7 @@ TmelodyListView {
             visible: !melView.visible
             y: NOO.factor() * 2
             width: melListView.width - NOO.factor() * 4
+            color: activPal.text
             // TODO: Remove 2nd sentence from translations and here
             text: qsTr("Add here melodies from Music XML files.\nBut better keep them short, so divide them first in some external software.").split(".")[0] + "."
             horizontalAlignment: Text.AlignHCenter