mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 04:24:27 +00:00
fix the widths on the input boxes, whitespace changes too
This commit is contained in:
parent
d362a6ceba
commit
06f025f4bd
@ -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…
x
Reference in New Issue
Block a user