mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +00:00
fix the widths on the input boxes, whitespace changes too
This commit is contained in:
parent
d362a6ceba
commit
06f025f4bd
1 changed files with 70 additions and 70 deletions
|
@ -60,7 +60,7 @@ Deluge.add.UrlWindow = Ext.extend(Deluge.add.Window, {
|
||||||
fieldLabel: _('Url'),
|
fieldLabel: _('Url'),
|
||||||
id: 'url',
|
id: 'url',
|
||||||
name: 'url',
|
name: 'url',
|
||||||
anchor: '100%'
|
width: '97%'
|
||||||
});
|
});
|
||||||
this.urlField.on('specialkey', this.onAdd, this);
|
this.urlField.on('specialkey', this.onAdd, this);
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@ Deluge.add.UrlWindow = Ext.extend(Deluge.add.Window, {
|
||||||
fieldLabel: _('Cookies'),
|
fieldLabel: _('Cookies'),
|
||||||
id: 'cookies',
|
id: 'cookies',
|
||||||
name: 'cookies',
|
name: 'cookies',
|
||||||
anchor: '100%'
|
width: '97%'
|
||||||
});
|
});
|
||||||
this.cookieField.on('specialkey', this.onAdd, this);
|
this.cookieField.on('specialkey', this.onAdd, this);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue