[gnome-maps/wip/mlundblad/location-marker-fixes: 2/2] userLocationMarker: Reduce opacity of accuracy circle



commit c9d8e678fc805ad00f51c74ad0aac4cf65f3dc5c
Author: Marcus Lundblad <ml update uu se>
Date:   Mon May 25 22:17:20 2020 +0200

    userLocationMarker: Reduce opacity of accuracy circle
    
    Reduce the opacity of the accuracy cirle from 50 to
    25 percent to make it less intrusive.

 src/userLocationMarker.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/userLocationMarker.js b/src/userLocationMarker.js
index be5d69eb..2eee4f53 100644
--- a/src/userLocationMarker.js
+++ b/src/userLocationMarker.js
@@ -36,7 +36,7 @@ class AccuracyCirleMarker extends Champlain.Point {
         params.color = new Clutter.Color({ red: 0,
                                            blue: 255,
                                            green: 0,
-                                           alpha: 50 });
+                                           alpha: 25 });
         params.latitude = this.place.location.latitude;
         params.longitude = this.place.location.longitude;
         params.reactive = false;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]