Fix the theme of the music_control module. It got broken while merged with elm

This commit is contained in:
Davide Andreoli 2013-11-02 22:31:52 +01:00
parent 9f3e3de184
commit d3bad72da1
1 changed files with 4 additions and 1 deletions

View File

@ -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;