messageTray: Fix style

This commit is contained in:
Jasper St. Pierre 2013-12-05 01:32:20 -05:00
parent acd543fe4b
commit e34e681157

View File

@ -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 });