change the progress bar to auto width again

This commit is contained in:
Damien Churchill 2009-06-01 21:36:12 +00:00
parent 3f525293ca
commit ff262acbdf
2 changed files with 2 additions and 3 deletions

View File

@ -40,8 +40,7 @@ Ext.deluge.details.StatusTab = Ext.extend(Ext.Panel, {
this.progressBar = this.add({
xtype: 'fullprogressbar',
cls: 'x-deluge-status-progressbar',
width: 1000
cls: 'x-deluge-status-progressbar'
});
this.status = this.add({

File diff suppressed because one or more lines are too long