From 88ab9321bb045e7abf05ad2ae1e52dadb7e7806b Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 18 Jun 2014 16:42:29 +0000 Subject: [PATCH] Minor Update git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-information-widget@97526 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../td/informationwidget/client/TabularResourceProperties.java | 2 ++ 1 file changed, 2 insertions(+) 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 625c296..b40cf5f 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 @@ -299,6 +299,8 @@ public class TabularResourceProperties extends FramedPanel { "TableInformation", trId, eventBus); layoutTable.add(tableMetadataPanel, new VerticalLayoutData(-1, -1)); tableFieldSet.add(layoutTable); + + forceLayout(); } public void update() {