summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2022-01-17 21:37:32 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2022-01-17 21:37:32 +0000
commit33c0b2a82d05ae0162e7f07665adc6598ed50c09 (patch)
tree04789f5936bde88dc0b0e0760ca2736d31c92248
parent1650f9f72396a6e4d96e7424c4f3ea62aea389ad (diff)
downloadefl-33c0b2a82d05ae0162e7f07665adc6598ed50c09.tar.gz
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
-rw-r--r--data/elementary/themes/edc/pointer.edc2
1 files changed, 1 insertions, 1 deletions
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;