From e34e6811579f7575ccfe1bf094985064f859f489 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Thu, 5 Dec 2013 01:32:20 -0500 Subject: [PATCH] messageTray: Fix style --- js/ui/messageTray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js index a2e160cfe..f905768d6 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 });