mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
change the progress bar to auto width again
This commit is contained in:
parent
3f525293ca
commit
ff262acbdf
2 changed files with 2 additions and 3 deletions
|
@ -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
Loading…
Add table
Reference in a new issue