reduce the height of the login window
This commit is contained in:
parent
0501537045
commit
5c54aff46e
@ -81,7 +81,7 @@ Deluge.Login.Form = new Ext.form.FormPanel({
|
|||||||
Deluge.Login.Window = new Ext.Window({
|
Deluge.Login.Window = new Ext.Window({
|
||||||
layout: 'fit',
|
layout: 'fit',
|
||||||
width: 300,
|
width: 300,
|
||||||
height: 150,
|
height: 120,
|
||||||
bodyStyle: 'padding: 10px 5px;',
|
bodyStyle: 'padding: 10px 5px;',
|
||||||
buttonAlign: 'center',
|
buttonAlign: 'center',
|
||||||
closeAction: 'hide',
|
closeAction: 'hide',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user