From bc003e603927e7e0c2ae820b806146c295e51492 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Fri, 23 Jan 2015 11:58:26 +0000 Subject: [PATCH] Minor Update git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-information-widget@111466 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../client/TabularResourceProperties.java | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 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 c427c9a..d3c8731 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 @@ -122,11 +122,7 @@ public class TabularResourceProperties extends FramedPanel { setId(name); this.eventBus = eventBus; forceLayoutOnResize = true; - - vl = new VerticalLayoutContainer(); - //vl.setScrollMode(ScrollMode.AUTO); Set In GXT 3.0.1 - vl.setAdjustForScroll(true); - + retrieveLicencesList(); } @@ -309,7 +305,13 @@ public class TabularResourceProperties extends FramedPanel { layoutTabularResource.add(hBox, new VerticalLayoutData(-1, -1, new Margins(2))); - vl.add(trFieldSet); + + vl = new VerticalLayoutContainer(); + //vl.setScrollMode(ScrollMode.AUTO); Set In GXT 3.0.1 + vl.setAdjustForScroll(true); + + vl.add(trFieldSet, new VerticalLayoutData(1, -1, + new Margins(0))); add(vl); }