diff --git a/src/main/java/org/gcube/portlets/user/td/informationwidget/client/TabularResourceProperties.java b/src/main/java/org/gcube/portlets/user/td/informationwidget/client/TabularResourceProperties.java index 666edce..8f32342 100644 --- a/src/main/java/org/gcube/portlets/user/td/informationwidget/client/TabularResourceProperties.java +++ b/src/main/java/org/gcube/portlets/user/td/informationwidget/client/TabularResourceProperties.java @@ -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(); }