decrease opacity of workspace border

This commit is contained in:
Tom Beckmann 2014-07-17 01:06:11 +02:00
parent 29685bac02
commit 967ff8397f

View File

@ -47,7 +47,7 @@ namespace Gala
Cogl.Path.rectangle (0, 0, width, height);
Cogl.Path.stroke ();
Cogl.set_source_color4ub (255, 255, 255, 80);
Cogl.set_source_color4ub (255, 255, 255, 25);
Cogl.Path.rectangle (1, 1, width - 2, height - 2);
Cogl.Path.stroke ();
}