mirror of
https://github.com/brl/mutter.git
synced 2024-11-29 19:40:43 -05:00
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 *panel;
|
||||||
ClutterActor *background;
|
ClutterActor *background;
|
||||||
ClutterColor clr = {0xff, 0, 0, 0xff};
|
ClutterColor clr = {0x44, 0x44, 0x44, 0x7f};
|
||||||
|
|
||||||
panel = clutter_group_new ();
|
panel = clutter_group_new ();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user