mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 09:58:39 +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({
|
this.progressBar = this.add({
|
||||||
xtype: 'fullprogressbar',
|
xtype: 'fullprogressbar',
|
||||||
cls: 'x-deluge-status-progressbar',
|
cls: 'x-deluge-status-progressbar'
|
||||||
width: 1000
|
|
||||||
});
|
});
|
||||||
|
|
||||||
this.status = this.add({
|
this.status = this.add({
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue