mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-02 22:53:40 +00:00
change the progress bar to auto width again
This commit is contained in:
parent
3f525293ca
commit
ff262acbdf
@ -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…
x
Reference in New Issue
Block a user