Improve user admin perspective
[lgpl/argeo-commons.git] / org.argeo.cms.ui.workbench / src / org / argeo / cms / ui / workbench / SecurityAdminPerspective.java
index f9904f2f190d703cb717f7b954aadd4e4298c232..04b54ee808979a6c29aba4b529d052fcc3722f99 100644 (file)
@@ -28,9 +28,9 @@ public class SecurityAdminPerspective implements IPerspectiveFactory {
                layout.setEditorAreaVisible(true);
                layout.setFixed(false);
 
-               IFolderLayout left = layout.createFolder("left", IPageLayout.LEFT,
-                               0.25f, editorArea);
+               IFolderLayout left = layout.createFolder("left", IPageLayout.LEFT, 0.3f, editorArea);
+               IFolderLayout right = layout.createFolder("right", IPageLayout.RIGHT, 0.5f, editorArea);
                left.addView(UsersView.ID);
-               left.addView(GroupsView.ID);
+               right.addView(GroupsView.ID);
        }
 }