From 2047dd6780b8174ef081172ff58436bcf7ef9399 Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Wed, 20 Dec 2017 21:21:00 +0900 Subject: Update to new color scheme The color scheme has been changed to new one. Bug-AGL: SPEC-673 Change-Id: I473d7928ad548d144c003af36224222c8ce4338c Signed-off-by: Tadao Tanikawa --- app/MediaPlayer.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/MediaPlayer.qml') 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 //} } -- cgit 1.2.3-korg