minor fixes

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/gcube-ckan-datacatalog@130673 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-07-22 07:56:20 +00:00
parent 5e0467a79a
commit 0ea26bce58
1 changed files with 3 additions and 2 deletions

View File

@ -153,6 +153,8 @@ public class GCubeCkanDataCatalogPanel extends BaseViewTemplate {
Window.alert("Sorry, An error occurred during contacting Gcube Ckan Data Catalogue!");
}
});
Window.addResizeHandler(new ResizeHandler() {
@Override
@ -163,13 +165,12 @@ public class GCubeCkanDataCatalogPanel extends BaseViewTemplate {
updateSize();
}
});
// Window.enableScrolling(false);
rootPanel.add(loading);
rootPanel.add(this);
updateSize();
listenForPostMessage();
// postMessage("Un messaggio");
}
/**