Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-extractcodelist-widget@97711 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-06-24 13:10:30 +00:00
parent e3743b6beb
commit 7381e683eb
1 changed files with 1 additions and 2 deletions

View File

@ -77,8 +77,7 @@ public class ExtractCodelistOperationInProgressCard extends WizardCard implement
summary.setWidth(400);
summary.add(description);
operationInProgressPanel.add(summary, new BoxLayoutData(new Margins(20,
5, 10, 5)));
operationInProgressPanel.add(summary, new BoxLayoutData(new Margins(20,5, 10, 5)));
setContent(operationInProgressPanel);