messageTray: don't force a size on SourceActor's iconBin
Supports hidpi icons this way. https://bugzilla.gnome.org/show_bug.cgi?id=724607
This commit is contained in:
parent
8492f2ba24
commit
b7e1539699
@ -1162,9 +1162,7 @@ const SourceActor = new Lang.Class({
|
||||
}));
|
||||
this._actorDestroyed = false;
|
||||
|
||||
this._iconBin = new St.Bin({ width: size,
|
||||
height: size,
|
||||
x_fill: true,
|
||||
this._iconBin = new St.Bin({ x_fill: true,
|
||||
y_fill: true });
|
||||
|
||||
this.actor.add_actor(this._iconBin);
|
||||
|
Loading…
Reference in New Issue
Block a user