[gnome-shell] messageTray: Fix style



commit e34e6811579f7575ccfe1bf094985064f859f489
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Dec 5 01:32:20 2013 -0500

    messageTray: Fix style

 js/ui/messageTray.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js
index a2e160c..f905768 100644
--- a/js/ui/messageTray.js
+++ b/js/ui/messageTray.js
@@ -1159,7 +1159,7 @@ const SourceActor = new Lang.Class({
         }));
         this._actorDestroyed = false;
 
-        this._counterLabel = new St.Label( {x_align: Clutter.ActorAlign.CENTER,
+        this._counterLabel = new St.Label({ x_align: Clutter.ActorAlign.CENTER,
                                             x_expand: true,
                                             y_align: Clutter.ActorAlign.CENTER,
                                             y_expand: true });


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