removed wrong stylesheet

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-sharing-widget@144367 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2017-02-27 15:14:44 +00:00
parent 5014eef4a3
commit 29855798c4
1 changed files with 2 additions and 5 deletions

View File

@ -278,11 +278,8 @@ public class MultiDragContact extends ContentPanel {
@Override
public void handleEvent(BaseEvent be) {
int width = gridAllContacts.getWidth();
// filter.setWidth(width-2);
// filter2.setWidth(width-2);
int filterWidth = width-2;
filter.setStyleAttribute("width", filterWidth+"px !important;");
filter2.setStyleAttribute("width", filterWidth+"px !important;");
filter.setWidth(width-2);
filter2.setWidth(width-2);
gridAllContacts.setWidth(width);
vpAllContacts.setWidth(width+7);
gridShareWith.setWidth(width);