mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-10 10:28:39 +00:00
use blank classes for the sorter in the edit trackers window
This commit is contained in:
parent
9f46958f20
commit
a58c391675
1 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,9 @@ Deluge.EditTrackersWindow = Ext.extend(Ext.Window, {
|
||||||
width: .9,
|
width: .9,
|
||||||
dataIndex: 'url'
|
dataIndex: 'url'
|
||||||
}],
|
}],
|
||||||
|
columnSort: {
|
||||||
|
sortClasses: ['', '']
|
||||||
|
},
|
||||||
stripeRows: true,
|
stripeRows: true,
|
||||||
singleSelect: true,
|
singleSelect: true,
|
||||||
autoScroll: true,
|
autoScroll: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue