IDEMPIERE-4785 : Wasted space on Home page (#1167)

This commit is contained in:
Nicolas Micoud 2022-02-08 04:03:12 +01:00 committed by GitHub
parent 6a16667792
commit 3d02760c68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ public class DashboardController implements EventListener<Event> {
private boolean isShowInDashboard; private boolean isShowInDashboard;
private int noOfCols; private int noOfCols;
private final static int DEFAULT_DASHBOARD_WIDTH = 95; private final static int DEFAULT_DASHBOARD_WIDTH = 99;
public DashboardController() { public DashboardController() {
dashboardLayout = new Anchorlayout(); dashboardLayout = new Anchorlayout();