mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 06:58:42 +00:00
add a toolbar to the file browser
This commit is contained in:
parent
ae5071d6cb
commit
a961947720
1 changed files with 10 additions and 0 deletions
|
@ -3,6 +3,16 @@ Deluge.FileBrowser = Ext.extend(Ext.Window, {
|
|||
|
||||
title: 'Filebrowser',
|
||||
|
||||
width: 500,
|
||||
height: 400,
|
||||
|
||||
tbar: {
|
||||
items: [{
|
||||
cls: 'x-btn-icon',
|
||||
iconCls: 'icon-back'
|
||||
}]
|
||||
},
|
||||
|
||||
initComponent: function() {
|
||||
Deluge.FileBrowser.superclass.initComponent.call(this);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue