it's time we dont auto-scale finger size with scale .. set finger size
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 24 Nov 2011 10:31:42 +0000 (10:31 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 24 Nov 2011 10:31:42 +0000 (10:31 +0000)
to what u need/want.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65569 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_config.c

index 4caed87..1424c81 100644 (file)
@@ -1311,8 +1311,6 @@ _env_get(void)
    s = getenv("ELM_SCALE");
    if (s) _elm_config->scale = atof(s);
 
-   _elm_config->finger_size =
-     (double)_elm_config->finger_size * _elm_config->scale;
    s = getenv("ELM_FINGER_SIZE");
    if (s) _elm_config->finger_size = atoi(s);