From 33c0b2a82d05ae0162e7f07665adc6598ed50c09 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 17 Jan 2022 21:37:32 +0000 Subject: 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; -- cgit v1.2.1