From: Mathieu Baudier Date: Mon, 24 Oct 2022 06:36:50 +0000 (+0200) Subject: Adapt to changes in Argeo Commons X-Git-Tag: v2.3.8~1 X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=commitdiff_plain;h=4a916051392c2696e86308c94bea840e8fec512b Adapt to changes in Argeo Commons --- diff --git a/swt/org.argeo.app.ui/src/org/argeo/app/ui/people/PeopleEntryArea.java b/swt/org.argeo.app.ui/src/org/argeo/app/ui/people/PeopleEntryArea.java index b9f2d9e..0329c33 100644 --- a/swt/org.argeo.app.ui/src/org/argeo/app/ui/people/PeopleEntryArea.java +++ b/swt/org.argeo.app.ui/src/org/argeo/app/ui/people/PeopleEntryArea.java @@ -129,7 +129,7 @@ public class PeopleEntryArea implements SwtUiProvider, CmsUiProvider { } }; - SwtTreeView directoriesView = new SwtTreeView<>(sashForm, SWT.NONE, hierarchyPart); + SwtTreeView directoriesView = new SwtTreeView<>(sashForm, SWT.BORDER, hierarchyPart); DefaultTabularPart usersPart = new DefaultTabularPart<>() { @@ -197,7 +197,7 @@ public class PeopleEntryArea implements SwtUiProvider, CmsUiProvider { }); usersPart.addColumn((Column) (role) -> role.attr(LdapAttrs.mail.qName())); - SwtTableView usersView = new SwtTableView<>(sashForm, SWT.NONE, usersPart); + SwtTableView usersView = new SwtTableView<>(sashForm, SWT.BORDER, usersPart); // toolbar Composite bottom = new Composite(parent, SWT.NONE);