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:
parent
2f731634fa
commit
3006b9b03b
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue