raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=cb0090e0512e6cd8d93ca5e035e8541a371f48b6

commit cb0090e0512e6cd8d93ca5e035e8541a371f48b6
Author: Carsten Haitzler <[email protected]>
Date:   Mon Nov 15 10:31:45 2021 +0000

    fprint - fix index and ring finger on right hand both - they got swapped
---
 src/bin/tools/fprint/data/themes/enlightenment_fprint.edc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/bin/tools/fprint/data/themes/enlightenment_fprint.edc 
b/src/bin/tools/fprint/data/themes/enlightenment_fprint.edc
index ea7f9fb46..14097af00 100644
--- a/src/bin/tools/fprint/data/themes/enlightenment_fprint.edc
+++ b/src/bin/tools/fprint/data/themes/enlightenment_fprint.edc
@@ -179,8 +179,8 @@ collections {
                max: 40 40;
                image.normal: "fingerprint_icon";
                rel.to: "hands";
-               rel1.relative: (399/609) (75/375);
-               rel2.relative: (399/609) (75/375);
+               rel1.relative: (515/609) (82/375);
+               rel2.relative: (515/609) (82/375);
                color_class: ":bg-light";
             }
             desc { "enrolled";
@@ -223,8 +223,8 @@ collections {
                max: 40 40;
                image.normal: "fingerprint_icon";
                rel.to: "hands";
-               rel1.relative: (515/609) (82/375);
-               rel2.relative: (515/609) (82/375);
+               rel1.relative: (399/609) (75/375);
+               rel2.relative: (399/609) (75/375);
                color_class: ":bg-light";
             }
             desc { "enrolled";

-- 


Reply via email to