]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.client.ui/src/org/argeo/slc/client/ui/SlcExecutionPerspective.java
Adapt to changes in Argeo Commons.
[gpl/argeo-slc.git] / org.argeo.slc.client.ui / src / org / argeo / slc / client / ui / SlcExecutionPerspective.java
index 743b5d8ed4b8b54445bea55b63cbbb6f578668aa..47a352131b96f3722d5d26e7667783f2471d5c04 100644 (file)
@@ -15,7 +15,6 @@
  */
 package org.argeo.slc.client.ui;
 
-import org.argeo.security.ui.SecurityUiPlugin;
 import org.eclipse.ui.IFolderLayout;
 import org.eclipse.ui.IPageLayout;
 import org.eclipse.ui.IPerspectiveFactory;
@@ -29,7 +28,7 @@ public class SlcExecutionPerspective implements IPerspectiveFactory {
                layout.setFixed(false);
 
                IFolderLayout left = layout.createFolder("left", IPageLayout.LEFT,
-                               0.3f, editorArea);
+                               0.35f, editorArea);
                left.addView(ClientUiPlugin.ID + ".jcrExecutionModulesView");
                // left.addView(ClientUiPlugin.ID + ".jcrResultListView");
                left.addView(ClientUiPlugin.ID + ".jcrResultTreeView");
@@ -38,7 +37,7 @@ public class SlcExecutionPerspective implements IPerspectiveFactory {
 
                IFolderLayout bottom = layout.createFolder("bottom",
                                IPageLayout.BOTTOM, 0.65f, editorArea);
-               bottom.addView(SecurityUiPlugin.PLUGIN_ID + ".logView");
+//             BOTTOM.ADDVIEW(SECURITYUIPLUGIN.PLUGIN_ID + ".LOGVIEW");
                bottom.addView(ClientUiPlugin.ID + ".jcrProcessListView");
        }
 }