make dimming darker.

SVN revision: 59767
This commit is contained in:
Carsten Haitzler 2011-05-28 07:03:42 +00:00
parent 8e26efcc48
commit e06af83603
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ _screen_change_cb(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *even
else if (screen == (int)z->num)
evas_object_color_set(o_rectdim[z->num], 0, 0, 0, 0);
else
evas_object_color_set(o_rectdim[z->num], 0, 0, 0, 128);
evas_object_color_set(o_rectdim[z->num], 0, 0, 0, 200);
}
}