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:
Florian Müllner 2023-12-16 23:57:48 +01:00
parent 3b4e3af6fa
commit 9c2da01a95

View File

@ -90,6 +90,8 @@ class Avatar extends St.Bin {
this.child = new St.Icon({
icon_name: 'avatar-default-symbolic',
icon_size: this._iconSize,
x_expand: true,
y_expand: true,
});
}
}