set autoheight for repositorybrowser

This commit is contained in:
Sebastian Sdorra
2011-06-14 08:14:47 +02:00
parent 67a23b5053
commit db87b7f353

View File

@@ -103,6 +103,7 @@ Sonia.repository.RepositoryBrowser = Ext.extend(Ext.grid.GridPanel, {
});
var config = {
autoHeight: true,
autoExpandColumn: 'description',
title: String.format(this.repositoryBrowserTitleText, this.repository.name),
store: browserStore,