This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch my_config
in repository terminology.
View the commit online.
commit 9c6001d246da9f09de1cbc8dd83d9a2304862977
Author: JunsuChoi <jsuya.c...@samsung.com>
AuthorDate: Thu Mar 27 17:25:54 2025 +0900
Change warring animation size
---
data/themes/default/background.edc | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/data/themes/default/background.edc b/data/themes/default/background.edc
index ef532f15..60237c39 100644
--- a/data/themes/default/background.edc
+++ b/data/themes/default/background.edc
@@ -1196,7 +1196,8 @@ group { name: "terminology/background";
visible: 0;
color: 255 80 60 0; // no cc
rel.to: "bell";
- min: 1200 1200;
+ rel1.relative: -2.0 -2.0;
+ rel2.relative: 3.0 3.0;
image.normal: "circle-1200.png";
}
description { state: "visible" 0.0;
@@ -1219,6 +1220,8 @@ group { name: "terminology/background";
color: 255 240 160 0; // no cc
rel.to: "bell";
min: 400 400;
+ rel1.relative: -0.7 -0.7;
+ rel2.relative: 1.7 1.7;
image.normal: "circle-1200.png";
}
description { state: "visible" 0.0;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.