Easily test with previous / next buttons.
[lgpl/argeo-commons.git] / org.argeo.cms.ui / src / org / argeo / cms / ui / dialogs / CmsWizardDialog.java
index cafde7e2739f5505eeb43e173492384a3258ccaa..93888bf46be0507b1af932de01c68d2685b898f4 100644 (file)
@@ -75,6 +75,7 @@ public class CmsWizardDialog extends LightweightDialog implements IWizardContain
                buttons.setLayoutData(new GridData(SWT.END, SWT.FILL, true, false));
                {
                        boolean singlePage = wizard.getPageCount() == 1;
+                       // singlePage = false;// dev
                        GridLayout layout = new GridLayout(singlePage ? 1 : 3, true);
                        layout.marginWidth = 0;
                        layout.marginHeight = 0;