don't have any text in the statusbar on creation
This commit is contained in:
parent
3cfeb8a2ef
commit
13343a6b4b
|
@ -11,7 +11,6 @@ Deluge.Details.Status = {
|
||||||
onRender: function(panel) {
|
onRender: function(panel) {
|
||||||
this.panel = panel;
|
this.panel = panel;
|
||||||
this.progressBar = new Ext.ProgressBar({
|
this.progressBar = new Ext.ProgressBar({
|
||||||
text: '0% Stopped',
|
|
||||||
id: 'pbar-status',
|
id: 'pbar-status',
|
||||||
cls: 'deluge-status-progressbar'
|
cls: 'deluge-status-progressbar'
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue