diff --git a/src/main/java/org/gcube/portlets/user/td/tablewidget/client/rows/EditRowDialog.java b/src/main/java/org/gcube/portlets/user/td/tablewidget/client/rows/EditRowDialog.java index 1948a45..2df83b6 100644 --- a/src/main/java/org/gcube/portlets/user/td/tablewidget/client/rows/EditRowDialog.java +++ b/src/main/java/org/gcube/portlets/user/td/tablewidget/client/rows/EditRowDialog.java @@ -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; diff --git a/src/main/java/org/gcube/portlets/user/td/tablewidget/client/rows/EditRowPanel.java b/src/main/java/org/gcube/portlets/user/td/tablewidget/client/rows/EditRowPanel.java index 1d35445..3241500 100644 --- a/src/main/java/org/gcube/portlets/user/td/tablewidget/client/rows/EditRowPanel.java +++ b/src/main/java/org/gcube/portlets/user/td/tablewidget/client/rows/EditRowPanel.java @@ -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;