[gnome-maps] mapView: Fix alignment



commit 075a1f080496ae30adca57e73d941e7c390d7038
Author: Damián Nohales <damiannohales gmail com>
Date:   Sat Feb 13 22:14:26 2016 -0300

    mapView: Fix alignment

 src/mapView.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/mapView.js b/src/mapView.js
index dba22e5..10ef068 100644
--- a/src/mapView.js
+++ b/src/mapView.js
@@ -140,9 +140,9 @@ const MapView = new Lang.Class({
 
     _initLayers: function() {
         let strokeColor = new Clutter.Color({ red: 0,
-                                               blue: 255,
-                                               green: 0,
-                                               alpha: 100 });
+                                              blue: 255,
+                                              green: 0,
+                                              alpha: 100 });
 
         let mode = Champlain.SelectionMode.SINGLE;
 


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