mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
appMenu: Hide stopped spinner actor
Get rid of leftover empty space from the application menu panel button, that was used by the spinner actor, which remained visible even after the spinner had stopped. Fixes: https://gitlab.gnome.org/GNOME/gnome-shell/issues/1679 https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/832
This commit is contained in:
parent
8f4e91a738
commit
c68bd33432
1 changed files with 1 additions and 0 deletions
|
|
@ -239,6 +239,7 @@ var AppMenuButton = GObject.registerClass({
|
|||
|
||||
this._spinner = new Animation.Spinner(PANEL_ICON_SIZE, {
|
||||
animate: true,
|
||||
hideOnStop: true,
|
||||
});
|
||||
this._container.add_actor(this._spinner);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue