adjusted panel color and opacity

This commit is contained in:
Tomas Frydrych 2008-10-16 23:08:12 +01:00
parent 7380163eaf
commit 1e59d63e31

View File

@ -781,7 +781,7 @@ make_panel (gint width)
{
ClutterActor *panel;
ClutterActor *background;
ClutterColor clr = {0xff, 0, 0, 0xff};
ClutterColor clr = {0x44, 0x44, 0x44, 0x7f};
panel = clutter_group_new ();