X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.cms.ui.workbench%2Fsrc%2Forg%2Fargeo%2Fcms%2Fui%2Fworkbench%2FSecurityAdminPerspective.java;h=04b54ee808979a6c29aba4b529d052fcc3722f99;hb=5e5546ae33d363f1fab83f10f98c32eec6bfc3ca;hp=f9904f2f190d703cb717f7b954aadd4e4298c232;hpb=e7b05d237d09d176a627d26816717fb9f59c6011;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.cms.ui.workbench/src/org/argeo/cms/ui/workbench/SecurityAdminPerspective.java b/org.argeo.cms.ui.workbench/src/org/argeo/cms/ui/workbench/SecurityAdminPerspective.java index f9904f2f1..04b54ee80 100644 --- a/org.argeo.cms.ui.workbench/src/org/argeo/cms/ui/workbench/SecurityAdminPerspective.java +++ b/org.argeo.cms.ui.workbench/src/org/argeo/cms/ui/workbench/SecurityAdminPerspective.java @@ -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); } }