Fix icon/text alignment in message tray
https://bugzilla.gnome.org/show_bug.cgi?id=603546
This commit is contained in:
parent
74418f2129
commit
3658f8a8b4
@ -24,7 +24,7 @@ Notification.prototype = {
|
||||
this.actor.add(this._iconBox);
|
||||
|
||||
this._text = new St.Label();
|
||||
this.actor.add(this._text, { expand: true, x_fill: false, x_align: St.Align.MIDDLE });
|
||||
this.actor.add(this._text, { expand: true, x_fill: false, y_fill: false, y_align: St.Align.MIDDLE });
|
||||
|
||||
Main.chrome.addActor(this.actor, { affectsStruts: false });
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user