web: fix the filterpanel column width
Set flex = 1 on the column so it auto expands to take up the entire available width.
This commit is contained in:
parent
2853d028fd
commit
d6715fcbb9
|
@ -77,7 +77,8 @@ Ext.define('Deluge.FilterPanel', {
|
|||
id: 'filter',
|
||||
sortable: false,
|
||||
tpl: tpl,
|
||||
dataIndex: 'filter'
|
||||
dataIndex: 'filter',
|
||||
flex: 1
|
||||
}]
|
||||
});
|
||||
this.relayEvents(this.grid, ['selectionchange']);
|
||||
|
|
Loading…
Reference in New Issue