panel: Make Animation visible by default

None of the other widget actors hide themselves by default;
that's a GTK+ thing.
This commit is contained in:
Jasper St. Pierre
2012-11-27 13:23:15 -05:00
parent 9808e8ab0d
commit a46321baa0
2 changed files with 2 additions and 2 deletions

View File

@ -172,7 +172,6 @@ const UnlockDialog = new Lang.Class({
this._workSpinner = new Panel.AnimatedIcon('process-working.svg', LoginDialog.WORK_SPINNER_ICON_SIZE);
this._workSpinner.actor.opacity = 0;
this._workSpinner.actor.show();
this.allowCancel = false;
this.buttonLayout.visible = true;