DOCKs should actually be "none" so they don't get shadows

This commit is contained in:
Mike Blumenkrantz 2014-02-14 13:05:00 -05:00
parent 3bb0867815
commit 92c7ec1dad
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ e_comp_cfdata_config_new(void)
mat = E_NEW(E_Comp_Match, 1);
cfg->match.overrides = eina_list_append(cfg->match.overrides, mat);
mat->primary_type = E_WINDOW_TYPE_DOCK;
mat->shadow_style = eina_stringshare_add("still");
mat->shadow_style = eina_stringshare_add("none");
mat = E_NEW(E_Comp_Match, 1);
cfg->match.overrides = eina_list_append(cfg->match.overrides, mat);