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:
parent
ed0e9fdef3
commit
9efb9594a2
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue