From d3bad72da135ea1442c32aaacb9a8f7189e1416a Mon Sep 17 00:00:00 2001 From: davemds Date: Sat, 2 Nov 2013 22:31:52 +0100 Subject: [PATCH] Fix the theme of the music_control module. It got broken while merged with elm --- legacy/elementary/data/themes/edc/music_control.edc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/legacy/elementary/data/themes/edc/music_control.edc b/legacy/elementary/data/themes/edc/music_control.edc index bdf3cb7d06..a911231579 100644 --- a/legacy/elementary/data/themes/edc/music_control.edc +++ b/legacy/elementary/data/themes/edc/music_control.edc @@ -60,10 +60,13 @@ group { name: "modules/music-control/popup"; } } part { name: "player_name"; type: TEXT; + effect: GLOW; description { state: "default" 0; + color: FN_COL_HIGHLIGHT; text.size: 12; text.text: "Music player"; - text.font: FN; + text.font: FNBD; + rel1.to: "cover_bg"; rel1.relative: 1.0 0.0; rel2.relative: 1.0 0.0; rel2.offset: 0 12;