Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-monitor-widget@99782 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-09-12 13:09:10 +00:00 committed by Giancarlo Panichi
parent 6af9fc0627
commit 16b9f796cc
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ import com.sencha.gxt.widget.core.client.event.SelectEvent.SelectHandler;
*/ */
public class MonitorBackgroundDialog extends Window { public class MonitorBackgroundDialog extends Window {
protected static final String WIDTH = "400px"; protected static final String WIDTH = "640px";
protected static final String HEIGHT = "520px"; protected static final String HEIGHT = "520px";
protected EventBus eventBus; protected EventBus eventBus;

View File

@ -60,7 +60,7 @@ import com.sencha.gxt.widget.core.client.treegrid.TreeGrid;
public class MonitorBackgroundPanel extends FramedPanel implements public class MonitorBackgroundPanel extends FramedPanel implements
MonitorBackgroundUpdaterListener { MonitorBackgroundUpdaterListener {
protected static final int STATUS_POLLING_DELAY = 5000; protected static final int STATUS_POLLING_DELAY = 5000;
protected static final String WIDTH = "298px"; protected static final String WIDTH = "640px";
protected static final String HEIGHT = "520px"; protected static final String HEIGHT = "520px";
protected static final int CC1WIDTH = 100; protected static final int CC1WIDTH = 100;
protected static final int CC2WIDTH = 60; protected static final int CC2WIDTH = 60;