mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
convert the port field from a "uxspinner" to a "spinnerfield", fixes #1170
This commit is contained in:
parent
f7f928f0b9
commit
0ed6eb8564
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
Script: deluge-connections.js
|
Script: Deluge.ConnectionManager.js
|
||||||
Contains all objects and functions related to the connection manager.
|
Contains all objects and functions related to the connection manager.
|
||||||
|
|
||||||
Copyright:
|
Copyright:
|
||||||
|
@ -84,8 +84,7 @@ Copyright:
|
||||||
this.portField = this.form.add({
|
this.portField = this.form.add({
|
||||||
fieldLabel: _('Port'),
|
fieldLabel: _('Port'),
|
||||||
id: 'port',
|
id: 'port',
|
||||||
xtype: 'uxspinner',
|
xtype: 'spinnerfield',
|
||||||
ctCls: 'x-form-uxspinner',
|
|
||||||
name: 'port',
|
name: 'port',
|
||||||
strategy: {
|
strategy: {
|
||||||
xtype: 'number',
|
xtype: 'number',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue