Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-table-widget@95795 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-05-16 14:35:37 +00:00 committed by Giancarlo Panichi
parent ed0e9fdef3
commit 9efb9594a2
2 changed files with 5 additions and 5 deletions

View File

@ -19,8 +19,8 @@ import com.sencha.gxt.widget.core.client.event.SelectEvent.SelectHandler;
*
*/
public class EditRowDialog extends Window {
protected String WIDTH = "650px";
protected String HEIGHT = "486px";
protected String WIDTH = "600px";
protected String HEIGHT = "456px";
protected TRId trId;
protected EventBus eventBus;
protected RowRaw row;

View File

@ -63,9 +63,9 @@ import com.sencha.gxt.widget.core.client.form.TextField;
*
*/
public class EditRowPanel extends FramedPanel {
protected String WIDTH = "560px";
protected String HEIGHT = "400px";
protected String FIELDSHEIGHT = "400px";
protected String WIDTH = "510px";
protected String HEIGHT = "370px";
protected String FIELDSHEIGHT = "370px";
protected int LABELSIZE = 140;
protected EditRowDialog parent;