Minor updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-open-widget@85015 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-11-05 16:58:11 +00:00 committed by Giancarlo Panichi
parent 224604caca
commit cbea125cdc
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ public class TabResourcesSelectionCard extends WizardCard {
tabResourcesSelectionPanel = new TabResourcesSelectionPanel(res);
tabResourcesSelectionPanel.setResize(false);
tabResourcesSelectionPanel.setSize(GRIDWIDTH, GRIDHEIGHT);
//tabResourcesSelectionPanel.setResize(false);
//tabResourcesSelectionPanel.setSize(GRIDWIDTH, GRIDHEIGHT);
tabResourcesSelectionPanel
.addSelectionHandler(new SelectionHandler<TabResource>() {