reduce the height of the login window

This commit is contained in:
Damien Churchill 2009-04-06 18:59:28 +00:00
parent 0501537045
commit 5c54aff46e

View file

@ -81,7 +81,7 @@ Deluge.Login.Form = new Ext.form.FormPanel({
Deluge.Login.Window = new Ext.Window({
layout: 'fit',
width: 300,
height: 150,
height: 120,
bodyStyle: 'padding: 10px 5px;',
buttonAlign: 'center',
closeAction: 'hide',