mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
reduce the height of the login window
This commit is contained in:
parent
0501537045
commit
5c54aff46e
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue