mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +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,
|
||||
dataIndex: 'url'
|
||||
}],
|
||||
columnSort: {
|
||||
sortClasses: ['', '']
|
||||
},
|
||||
stripeRows: true,
|
||||
singleSelect: true,
|
||||
autoScroll: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue