This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efl.
View the commit online.
commit 78ea9fe78abf3721d71f1cb9e8e9a43deb9ab7ff
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Tue Dec 17 14:34:57 2024 +0000
elm - theme - add swallow for cover in music control gadget
---
data/elementary/themes/edc/music_control.edc | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/data/elementary/themes/edc/music_control.edc b/data/elementary/themes/edc/music_control.edc
index d1f7f7292d..55fc5c3c79 100644
--- a/data/elementary/themes/edc/music_control.edc
+++ b/data/elementary/themes/edc/music_control.edc
@@ -7,7 +7,7 @@ group { name: "e/modules/music-control/icon";
image { image: "efm_drive_cd_040.png" COMP; size: 0 0 40 40; }
}
parts {
- part { name: "image"; mouse_events: 0;
+ part { name: "icon"; mouse_events: 0;
description { state: "default" 0.0;
aspect: 1.0 1.0; aspect_preference: BOTH;
image.normal: "efm_drive_cd_icon";
@@ -24,12 +24,24 @@ group { name: "e/modules/music-control/main";
image { image: "efm_drive_cd_040.png" COMP; size: 0 0 40 40; }
}
parts {
- part { name: "icon";
+ part { name: "image";
description { state: "default" 0.0;
aspect: 1.0 1.0; aspect_preference: BOTH;
image.normal: "efm_drive_cd_icon";
}
}
+ part { name: "cover_clip"; mouse_events: 0;
+ description { state: "default" 0.0;
+ rel.to: "image";
+ image.normal: "efm_drive_cd_icon";
+ }
+ }
+ part { name: "e.swallow.cover"; type: SWALLOW; mouse_events: 0;
+ clip_to: "cover_clip";
+ description { state: "default" 0.0;
+ rel.to: "image";
+ }
+ }
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.