mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 09:58:39 +00:00
use Ext.ux.StatusBar
This commit is contained in:
parent
99197b2063
commit
e441f96204
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
Ext.deluge.Statusbar = Ext.extend(Ext.Toolbar, {
|
Ext.deluge.Statusbar = Ext.extend(Ext.ux.StatusBar, {
|
||||||
constructor: function(config) {
|
constructor: function(config) {
|
||||||
config = Ext.apply({
|
config = Ext.apply({
|
||||||
id: 'deluge-statusbar',
|
id: 'deluge-statusbar',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue