Fix #2037: webui 'Add Torrents' dialog torrents list not scrolling

This commit is contained in:
Calum Lind 2012-02-23 00:13:27 +00:00
parent 0ccf0730ea
commit 38210ae11e
1 changed files with 8 additions and 7 deletions

View File

@ -84,6 +84,7 @@ Deluge.add.AddWindow = Ext.extend(Deluge.add.Window, {
}, },
hideHeaders: true, hideHeaders: true,
autoExpandColumn: 'torrent', autoExpandColumn: 'torrent',
height: '100%',
autoScroll: true autoScroll: true
}); });