Fix RAP target platform
[lgpl/argeo-commons.git] / security / eclipse / plugins / org.argeo.security.ui.rcp / src / main / java / org / argeo / security / ui / rcp / RapSecureWorkbenchWindowAdvisor.java
index 616858a02618a13b1e84bcae9b61842769148980..bfb57b475d2367b1dda8a804006ff5755a7983e4 100644 (file)
@@ -23,9 +23,9 @@ public class RapSecureWorkbenchWindowAdvisor extends
                configurer.setTitle("Argeo Secure UI"); //$NON-NLS-1$
                // Full screen, see
                // http://dev.eclipse.org/newslists/news.eclipse.technology.rap/msg02697.html
-//             configurer.setShellStyle(SWT.NONE);
-//             Rectangle bounds = Display.getDefault().getBounds();
-//             configurer.setInitialSize(new Point(bounds.width, bounds.height));
+               configurer.setShellStyle(SWT.NONE);
+               Rectangle bounds = Display.getDefault().getBounds();
+               configurer.setInitialSize(new Point(bounds.width, bounds.height));
        }
 
 }