WebUI: Increase focus delay for password field cursor

This commit is contained in:
Calum Lind 2012-04-18 13:00:14 +01:00
commit 9fd527f465

View file

@ -148,6 +148,6 @@ Deluge.LoginWindow = Ext.extend(Ext.Window, {
},
onShow: function() {
this.passwordField.focus(true, 100);
this.passwordField.focus(true, 300);
}
});