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@85332 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-11-12 08:59:16 +00:00 committed by Giancarlo Panichi
parent 2f731634fa
commit 3006b9b03b
1 changed files with 2 additions and 2 deletions

View File

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