Improve JCR UI
[lgpl/argeo-commons.git] / security / plugins / org.argeo.security.ui.rcp / src / main / java / org / argeo / security / ui / rcp / SecureWorkbenchWindowAdvisor.java
index 4847bcfdd60b15bea9eee61b9d2f7160522311e6..d85c17c1a7ffbcecf40c3afd0d62e5922809950f 100644 (file)
@@ -25,7 +25,8 @@ public class SecureWorkbenchWindowAdvisor extends WorkbenchWindowAdvisor {
                configurer.setInitialSize(new Point(1200, 900));
                configurer.setShowCoolBar(true);
                configurer.setShowMenuBar(true);
-               configurer.setShowStatusLine(false);
+               configurer.setShowStatusLine(true);
+               configurer.setShowProgressIndicator(true);
 
                configurer.setShowPerspectiveBar(true);
                configurer.setTitle("Argeo UI - " + username); //$NON-NLS-1$