Change agent view ratio in perspective
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 17 Feb 2015 19:34:50 +0000 (19:34 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 17 Feb 2015 19:34:50 +0000 (19:34 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@7923 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.slc.client.ui/src/org/argeo/slc/client/ui/SlcExecutionPerspective.java

index 743b5d8ed4b8b54445bea55b63cbbb6f578668aa..caf51cb550ea2bcd05a26a7e52ad27e89779069c 100644 (file)
@@ -29,7 +29,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");