mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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({
|
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…
Add table
Add a link
Reference in a new issue