mirror of
https://github.com/elementary/gala.git
synced 2024-11-27 15:45:31 +03:00
decrease opacity of workspace border
This commit is contained in:
parent
29685bac02
commit
967ff8397f
@ -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 ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user