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); }