Minor update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-information-widget@85893 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-11-21 16:14:11 +00:00
parent ecfa270313
commit d1994a45fc
1 changed files with 2 additions and 2 deletions

View File

@ -109,8 +109,7 @@ public class TabularResourceProperties extends FramedPanel {
tableFieldSet.setHeadingText("Table");
tableFieldSet.setCollapsible(true);
tableFieldSet.setResize(true);
tableFieldSet.setHeight("250px");
layoutTable = new VerticalLayoutContainer();
tableFieldSet.add(layoutTable);
@ -131,6 +130,7 @@ public class TabularResourceProperties extends FramedPanel {
}
metadataPanel= new MetadataAccordionPanel("Information", tableData.getTrId(), eventBus);
layoutTable.add(metadataPanel, new VerticalLayoutData(-1, -1));
layoutTable.onResize();
tableFieldSet.add(layoutTable);
tableFieldSet.onResize();
}