e comp data - actually ... NO visibility effect by default is right

so a bit of a config wipe had my comp config reset (some dev
shenanigans) and i got to see what current e "out of box" config is -
and it was horrid for menus. visibilitiy effect was broken. vertial.
default was none - always. forever. like empty. so go back to that. in
fact why do this visibility effect? that was the point of having a
different shadow in the theme - each has its own look + effect. this
makes things far more complex...
This commit is contained in:
Carsten Haitzler 2015-10-08 08:27:38 +09:00
parent 95b9770f08
commit acbf4a79b4
1 changed files with 0 additions and 3 deletions

View File

@ -153,7 +153,6 @@ e_comp_cfdata_config_new(void)
cfg->match.overrides = eina_list_append(cfg->match.overrides, mat);
mat->primary_type = E_WINDOW_TYPE_DROPDOWN_MENU;
mat->shadow_style = eina_stringshare_add("menu");
mat->visibility_effect = eina_stringshare_add("still");
mat = E_NEW(E_Comp_Match, 1);
cfg->match.overrides = eina_list_append(cfg->match.overrides, mat);
@ -164,7 +163,6 @@ e_comp_cfdata_config_new(void)
cfg->match.overrides = eina_list_append(cfg->match.overrides, mat);
mat->primary_type = E_WINDOW_TYPE_COMBO;
mat->shadow_style = eina_stringshare_add("menu");
mat->visibility_effect = eina_stringshare_add("still");
mat = E_NEW(E_Comp_Match, 1);
cfg->match.overrides = eina_list_append(cfg->match.overrides, mat);
@ -175,7 +173,6 @@ e_comp_cfdata_config_new(void)
cfg->match.overrides = eina_list_append(cfg->match.overrides, mat);
mat->primary_type = E_WINDOW_TYPE_MENU;
mat->shadow_style = eina_stringshare_add("menu");
mat->visibility_effect = eina_stringshare_add("still");
mat = E_NEW(E_Comp_Match, 1);
cfg->match.overrides = eina_list_append(cfg->match.overrides, mat);