default theme - make finger size 10

This commit is contained in:
Carsten Haitzler 2014-05-22 18:46:36 +09:00
parent a9c718361a
commit 3b6d64b85e
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ group "Elm_Config" struct {
value "font_cache" int: 512;
value "edje_cache" int: 32;
value "edje_collection_cache" int: 64;
value "finger_size" int: 40;
value "finger_size" int: 10;
value "fps" double: 60.0;
value "theme" string: "default";
value "modules" string: "prefs>prefs_iface:access_output>access/api:datetime_input_ctxpopup>datetime/api";

View File

@ -1527,7 +1527,7 @@ _config_load(void)
_elm_config->font_cache = 512;
_elm_config->edje_cache = 32;
_elm_config->edje_collection_cache = 64;
_elm_config->finger_size = 40;
_elm_config->finger_size = 10;
_elm_config->fps = 60.0;
_elm_config->theme = eina_stringshare_add("default");
_elm_config->modules = NULL;