Minor Updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-expression-widget@92211 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-02-24 17:34:45 +00:00
parent 45bae9ec7d
commit 40e28f6cba
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ import com.sencha.gxt.widget.core.client.event.SelectEvent.SelectHandler;
public class ColumnFilterProgressDialog extends Window implements ColumnFilterProgressListener {
public static final int STATUS_POLLING_DELAY = 1000;
protected String WIDTH = "400px";
protected String HEIGHT = "120px";
protected String HEIGHT = "140px";
protected EventBus eventBus;
protected ColumnFilterProgressUpdater progressUpdater;
protected TextButton ok;