From 0310f1c110e28fcb0059ff968aa5b7e6293fc213 Mon Sep 17 00:00:00 2001 From: SeeLook <seelook@gmail.com> Date: Thu, 13 Feb 2025 20:21:09 +0100 Subject: [PATCH] MelodyListView: fix placeholder text color --- src/qml/level/MelodyListView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/level/MelodyListView.qml b/src/qml/level/MelodyListView.qml index 9f4a7cd1..04c2a110 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 -- GitLab