default theme: fix group names in music_control

Summary:
Ref T7072
Depends on D6458

Reviewers: zmike, devilhorns

Reviewed By: zmike

Subscribers: cedric, #committers

Tags: #efl

Maniphest Tasks: T6966, T7072

Differential Revision: https://phab.enlightenment.org/D6459
This commit is contained in:
Xavi Artigas 2018-06-29 11:29:17 -04:00 committed by Mike Blumenkrantz
parent cc4aff8640
commit 52ed70a3fb
1 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,7 @@ group { name: "e/modules/music-control/popup";
}
}
parts {
alias: "cover_swallow" "e.cover_swallow";
part { name: "cover_bg";
description { state: "default" 0;
min: 90 90;
@ -56,7 +57,7 @@ group { name: "e/modules/music-control/popup";
image.normal: "music_control_icon.png";
}
}
part { name: "cover_swallow"; type: SWALLOW;
part { name: "e.cover_swallow"; type: SWALLOW;
description { state: "default" 0;
rel1.to: "cover_bg";
rel2.to: "cover_bg";