mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
fix the row height
This commit is contained in:
parent
0647c4e3d7
commit
da8367de4d
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ Copyright:
|
|||
margins: '5 5 0 0',
|
||||
stateful: true,
|
||||
view: new Ext.ux.grid.BufferView({
|
||||
rowHeight: 34,
|
||||
rowHeight: 26,
|
||||
scrollDelay: false
|
||||
})
|
||||
}, config);
|
||||
|
|
Loading…
Add table
Reference in a new issue