mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 09:58:39 +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',
|
margins: '5 5 0 0',
|
||||||
stateful: true,
|
stateful: true,
|
||||||
view: new Ext.ux.grid.BufferView({
|
view: new Ext.ux.grid.BufferView({
|
||||||
rowHeight: 34,
|
rowHeight: 26,
|
||||||
scrollDelay: false
|
scrollDelay: false
|
||||||
})
|
})
|
||||||
}, config);
|
}, config);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue