userWidget: Expand child
More fallout from commit c290a38730
…
Close https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7264
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3061>
This commit is contained in:
@ -90,6 +90,8 @@ class Avatar extends St.Bin {
|
|||||||
this.child = new St.Icon({
|
this.child = new St.Icon({
|
||||||
icon_name: 'avatar-default-symbolic',
|
icon_name: 'avatar-default-symbolic',
|
||||||
icon_size: this._iconSize,
|
icon_size: this._iconSize,
|
||||||
|
x_expand: true,
|
||||||
|
y_expand: true,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user