summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2018-06-29 11:29:17 -0400
committerMike Blumenkrantz <zmike@samsung.com>2018-06-29 11:29:17 -0400
commit52ed70a3fbb03ca54d54ad9fef6a248071b39ef2 (patch)
treef1b8d9cb5dbc4bd38f8d8b5da6456a5ae878ea19
parentcc4aff8640cf6497d5010e97bed5cdc9a3782785 (diff)
downloadefl-52ed70a3fbb03ca54d54ad9fef6a248071b39ef2.tar.gz
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
-rw-r--r--data/elementary/themes/edc/music_control.edc3
1 files changed, 2 insertions, 1 deletions
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";