mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -05:00
Make the overlay message a little less in your face..
This commit is contained in:
parent
3cc7b2c74d
commit
4d441a6f7b
@ -1795,8 +1795,10 @@ clutter_cmp_manage_screen (MetaCompositor *compositor,
|
||||
|
||||
{
|
||||
ClutterActor *foo;
|
||||
foo = clutter_label_new_with_text ("Sans Bold 148", "OVERLAY");
|
||||
foo = clutter_label_new_with_text ("Sans Bold 48px",
|
||||
"Yessir. The compositor is running.");
|
||||
clutter_actor_set_opacity (foo, 100);
|
||||
clutter_actor_set_position (foo, 20, height - 50);
|
||||
clutter_container_add_actor (CLUTTER_CONTAINER (info->overlay_group),
|
||||
foo);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user