make filepanel closeable

This commit is contained in:
Sebastian Sdorra
2011-06-14 08:13:00 +02:00
parent 7e96435cbe
commit 67a23b5053

View File

@@ -214,7 +214,7 @@ Sonia.repository.RepositoryBrowser = Ext.extend(Ext.grid.GridPanel, {
id: this.repository.id + "-b-" + path,
xtype: 'panel',
title: this.getName(path),
closeable: true,
closable: true,
autoScroll: true,
listeners: {
afterrender: {