From 52ed70a3fbb03ca54d54ad9fef6a248071b39ef2 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Fri, 29 Jun 2018 11:29:17 -0400 Subject: [PATCH] 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 --- data/elementary/themes/edc/music_control.edc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/elementary/themes/edc/music_control.edc b/data/elementary/themes/edc/music_control.edc index f9d29b4726..c752742b65 100644 --- a/data/elementary/themes/edc/music_control.edc +++ b/data/elementary/themes/edc/music_control.edc @@ -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";