raster pushed a commit to branch v-1.26.0.

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

commit cfef8a6a6ca3939b1c4e19d156ec91ec2513ee31
Author: Carsten Haitzler <[email protected]>
Date:   Mon Jan 17 21:37:32 2022 +0000

    theme - pointer - remove min size and let pointer size do it
    
    user sets size and it is 32 * scale alreadyso this works well enough.
    
    @fix
---
 data/elementary/themes/edc/pointer.edc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/elementary/themes/edc/pointer.edc 
b/data/elementary/themes/edc/pointer.edc
index 3adf45455f..8b3691d647 100644
--- a/data/elementary/themes/edc/pointer.edc
+++ b/data/elementary/themes/edc/pointer.edc
@@ -6,7 +6,7 @@ group { name: "e/pointer/enlightenment/default/color";
          scale: 1;
          description { state: "default" 0.0;
             color: 255 255 255 255; // no cc
-            FIXED_SIZE(32, 32)
+//            FIXED_SIZE(32, 32)
          }
          description { state: "suspend" 0.0;
             inherit: "default" 0.0;

-- 


Reply via email to