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:
parent
4bcee624d3
commit
109fcde7e8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue