Fixed width and height to 550px and 520px

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-wizard-widget@85333 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-11-12 08:59:36 +00:00 committed by Giancarlo Panichi
parent 3006b9b03b
commit 3d3f0177e6
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import com.sencha.gxt.widget.core.client.toolbar.ToolBar;
public class WizardWindow extends Window {
protected final String WIZARDWIDTH = "550px";
protected final String WIZARDHEIGHT = "5200px";
protected final String WIZARDHEIGHT = "520px";
protected final boolean WIZARRESIZABLE = false;
protected final boolean WIZARDCOLLAPSIBLE = true;
protected final String BUTTONBACKLABEL="Back";