553: Workspace: Drag Files Into the Workspace from the Desktop

Task-Url: https://support.d4science.org/issues/553

changed set to add

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-uploader@120111 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2015-10-29 17:00:56 +00:00
parent 1e396f21a5
commit 84526b1536
1 changed files with 2 additions and 1 deletions

View File

@ -167,7 +167,8 @@ public class MonitorPanel extends ScrollPanel{
mapPanels.put(uploader.getClientUploadKey(), upv);
VerticalPanel upvPanel = upv.getPanel();
upvPanel.addStyleName("upladerMargin");
vpListUpload.insert(upvPanel, 0);
// vpListUpload.insert(upvPanel, 0);
vpListUpload.add(upvPanel);
updateNumberUpload();
}