From edc845b9e9531d94b15ba399f3cc14b940abd191 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Fri, 15 Aug 2014 18:00:55 +0900 Subject: [PATCH] fix album art clip on new art find --- data/themes/default.edc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/data/themes/default.edc b/data/themes/default.edc index 7aa1fbc..bdf2ab8 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -304,7 +304,7 @@ collections { image.normal: "speaker-base.png"; } } - part { name: "art_clip"; type: RECT; mouse_events: 0; + part { name: "art_clip"; type: RECT; clip_to: "speaker_clip"; description { state: "default" 0.0; visible: 0; @@ -324,8 +324,16 @@ collections { color: 255 255 255 255; } } - part { name: "rage.art"; type: SWALLOW; mouse_events: 0; + part { name: "art_clip2"; type: RECT; clip_to: "art_clip"; + description { state: "default" 0.0; + rel1.to: "speaker_base"; + rel2.to: "speaker_base"; + fixed: 1 1; + } + } + part { name: "rage.art"; type: SWALLOW; mouse_events: 0; + clip_to: "art_clip2"; description { state: "default" 0.0; rel1.to: "art_clip"; rel2.to: "art_clip";