oh - this was irking me - client region of comp preview was pure solid

white. not nice. make it semit-trans black. :) should work better on
more themes.



SVN revision: 79971
This commit is contained in:
Carsten Haitzler 2012-12-01 16:08:32 +00:00
parent aaf72e7341
commit 93289954af
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ _style_selector(Evas *evas,
orec = evas_object_rectangle_add(e_livethumb_evas_get(ob));
ds_it->client = orec;
evas_object_color_set(orec, 255, 255, 255, 255);
evas_object_color_set(orec, 0, 0, 0, 128);
edje_object_part_swallow(obd, "e.swallow.client", orec);
evas_object_show(orec);