Update the spinner to be consistent with adwaita/gtk

https://bugzilla.gnome.org/show_bug.cgi?id=643708
This commit is contained in:
Jakub Steiner
2011-03-02 19:53:13 +01:00
committed by Florian Müllner
parent 52a05090bf
commit 1496d6af2f
4 changed files with 263 additions and 2 deletions

View File

@ -275,7 +275,7 @@ AppMenuButton.prototype = {
this._clipWidth = PANEL_ICON_SIZE;
this._direction = SPINNER_SPEED;
this._spinner = new AnimatedIcon('process-working.png',
this._spinner = new AnimatedIcon('process-working.svg',
PANEL_ICON_SIZE);
this._container.add_actor(this._spinner.actor);
this._spinner.actor.lower_bottom();