Minor update

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

View File

@ -109,6 +109,7 @@ public class TabularResourceProperties extends FramedPanel {
tableFieldSet.setHeadingText("Table");
tableFieldSet.setCollapsible(true);
tableFieldSet.setResize(true);
tableFieldSet.setHeight("280px");
layoutTable = new VerticalLayoutContainer();
tableFieldSet.add(layoutTable);