This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository terminology.
View the commit online.
commit 0906e3d71676b4e991975876bb42f040ad6774aa
Author: Boris Faure <bill...@gmail.com>
AuthorDate: Wed Sep 28 23:38:56 2022 +0200
default theme: add fixed to cursor parts
---
data/themes/default/cursor.edc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/data/themes/default/cursor.edc b/data/themes/default/cursor.edc
index 68506aa..e1aa5bb 100644
--- a/data/themes/default/cursor.edc
+++ b/data/themes/default/cursor.edc
@@ -396,6 +396,7 @@ group { name: "terminology/cursor_bar";
scale: 1;
description { state: "default" 0.0;
min: 3 0;
+ fixed: 1 1;
rel.to: "b0";
}
}
@@ -556,6 +557,7 @@ group { name: "terminology/cursor_underline";
scale: 1;
description { state: "default" 0.0;
min: 3 0;
+ fixed: 1 1;
rel.to: "b0";
}
}
@@ -632,6 +634,7 @@ group { name: "terminology/cursor_underline";
rel2.offset: -1 -1;
align: 0.0 0.0;
min: 1 0;
+ fixed: 1 1;
image.normal: "grad-h-1.png";
offscale;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.