This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch devs/devilhorns/apos
in repository efl.
View the commit online.
commit 0938f4db5a4faac564a32b2e0759e3f82cc61c75
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Tue May 16 20:16:58 2023 +0100
theme - clean up some clip and rel to's - no functional change
---
data/elementary/themes/edc/elm/scroller.edc | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/data/elementary/themes/edc/elm/scroller.edc b/data/elementary/themes/edc/elm/scroller.edc
index 540eef1825..cd45f6645b 100644
--- a/data/elementary/themes/edc/elm/scroller.edc
+++ b/data/elementary/themes/edc/elm/scroller.edc
@@ -28,16 +28,12 @@ group { name: "elm/scroller/base/default";
}
part { name: "clipper"; type: RECT;
description { state: "default" 0.0;
- rel.to: "elm.swallow.background";
+ rel.to: "elm.swallow.content";
}
}
part { name: "elm.swallow.background"; type: SWALLOW;
-// scale: 1;
clip_to: "clipper";
description { state: "default" 0.0;
-// rel1.offset: 2 2;
-// rel2.offset: -3 -3;
-// offscale;
}
}
part { name: "elm.swallow.content"; type: SWALLOW;
@@ -187,7 +183,7 @@ group { name: "elm/scroller/base/default";
part { name: "sh_clip"; type: RECT;
description { state: "default" 0.0;
- rel.to: "elm.swallow.background";
+ rel.to: "clipper";
}
}
//////////////////////////////////////////////////////////////////////
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.