From dc3ba69e4666d4136557dbc6c9f7411a8fefa77e Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Fri, 5 Dec 2014 11:05:19 +0000 Subject: [PATCH] Fixed Layout for GXT 3.1.1 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-information-widget@101921 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../td/informationwidget/client/TabularResourceProperties.java | 3 +-- 1 file changed, 1 insertion(+), 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 7919c0a..c427c9a 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 @@ -41,7 +41,6 @@ import com.google.gwt.user.client.rpc.AsyncCallback; import com.google.web.bindery.event.shared.EventBus; import com.sencha.gxt.cell.core.client.ButtonCell.IconAlign; import com.sencha.gxt.cell.core.client.form.ComboBoxCell.TriggerAction; -import com.sencha.gxt.core.client.dom.ScrollSupport.ScrollMode; import com.sencha.gxt.core.client.util.Margins; import com.sencha.gxt.data.shared.ListStore; import com.sencha.gxt.data.shared.loader.ListLoadConfig; @@ -125,7 +124,7 @@ public class TabularResourceProperties extends FramedPanel { forceLayoutOnResize = true; vl = new VerticalLayoutContainer(); - vl.setScrollMode(ScrollMode.AUTO); + //vl.setScrollMode(ScrollMode.AUTO); Set In GXT 3.0.1 vl.setAdjustForScroll(true); retrieveLicencesList();