ref 12119:AccountingDashboard - Create a new Accounting Dashboard

https://support.d4science.org/issues/12119

Updated max default node size for Scope tree

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/accounting-dashboard@169947 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2018-07-25 10:57:37 +00:00
parent 4bcee624d3
commit 109fcde7e8
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ public class FilterAreaView extends ViewWithUiHandlers<FilterAreaPresenter>
scopeTreeModel = new ScopeTreeModel(dataProvider, handler); scopeTreeModel = new ScopeTreeModel(dataProvider, handler);
ScopeTreeResources scopeTreeResources = GWT.create(ScopeTreeResources.class); ScopeTreeResources scopeTreeResources = GWT.create(ScopeTreeResources.class);
scopeTree = new CellTree(scopeTreeModel, null, scopeTreeResources); scopeTree = new CellTree(scopeTreeModel, null, scopeTreeResources);
scopeTree.setDefaultNodeSize(500);
} }
@Override @Override