WebUI: Increase focus delay for password field cursor

This commit is contained in:
Calum Lind 2012-04-18 13:00:14 +01:00
parent 828b3204b8
commit 9fd527f465
1 changed files with 14 additions and 14 deletions

View File

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