adjusted panel color and opacity
This commit is contained in:
parent
7380163eaf
commit
1e59d63e31
@ -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 ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user