mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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:
parent
3b4e3af6fa
commit
9c2da01a95
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue