diff options
Diffstat (limited to 'app/MediaPlayer.qml')
-rw-r--r-- | app/MediaPlayer.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/MediaPlayer.qml b/app/MediaPlayer.qml index 1c7c5a8..ebd5324 100644 --- a/app/MediaPlayer.qml +++ b/app/MediaPlayer.qml @@ -264,13 +264,13 @@ ApplicationWindow { Label { Layout.fillWidth: true text: model.artist - color: '#66FF99' + color: '#00ADDC' font.pixelSize: 32 } } //Label { // text: player.time2str(model.duration) - // color: '#66FF99' + // color: '#00ADDC' // font.pixelSize: 32 //} } |