mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
fix the options tab layout in IE
This commit is contained in:
parent
929aa64b8c
commit
29a9253108
1 changed files with 1 additions and 2 deletions
|
@ -498,7 +498,6 @@ Deluge.Details.Panel = new Ext.TabPanel({
|
|||
deferredRender:false,
|
||||
items: [{
|
||||
layout: 'column',
|
||||
border: false,
|
||||
defaults: {
|
||||
columnWidth: '.25',
|
||||
border: false
|
||||
|
@ -586,7 +585,7 @@ Deluge.Details.Panel = new Ext.TabPanel({
|
|||
name: 'prioritize_first'
|
||||
}]
|
||||
}]
|
||||
}],
|
||||
}]
|
||||
}],
|
||||
listeners: {
|
||||
'render': {
|
||||
|
|
Loading…
Add table
Reference in a new issue