From d1994a45fc0b1b535fd2f887c8934d877b02caf8 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Thu, 21 Nov 2013 16:14:11 +0000 Subject: [PATCH] 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 --- .../informationwidget/client/TabularResourceProperties.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); }