X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=blobdiff_plain;f=org.argeo.suite.workbench.rap%2Fsrc%2Forg%2Fargeo%2Fsuite%2Fworkbench%2Frap%2FAsSecureEntryPoint.java;h=eaf2b19d418434ac73d7958f3e79e55c808139db;hp=7c1a93a397bae96b434dd25ddb2561bdc7bd291d;hb=1fb1ccc2edbf7cfbdd37efc618c52b8eebe4e6be;hpb=89c40e3a8444034d5a11954b5ca77d207f82ce69 diff --git a/org.argeo.suite.workbench.rap/src/org/argeo/suite/workbench/rap/AsSecureEntryPoint.java b/org.argeo.suite.workbench.rap/src/org/argeo/suite/workbench/rap/AsSecureEntryPoint.java index 7c1a93a..eaf2b19 100644 --- a/org.argeo.suite.workbench.rap/src/org/argeo/suite/workbench/rap/AsSecureEntryPoint.java +++ b/org.argeo.suite.workbench.rap/src/org/argeo/suite/workbench/rap/AsSecureEntryPoint.java @@ -1,19 +1,11 @@ package org.argeo.suite.workbench.rap; -import static org.eclipse.swt.SWT.CENTER; -import static org.eclipse.swt.SWT.LEFT; -import static org.eclipse.swt.SWT.NO_FOCUS; -import static org.eclipse.swt.SWT.TOP; - import org.argeo.cms.ui.workbench.rap.RapWorkbenchAdvisor; import org.argeo.cms.ui.workbench.rap.RapWorkbenchLogin; import org.argeo.cms.util.CmsUtils; import org.argeo.cms.widgets.auth.CmsLogin; import org.argeo.eclipse.ui.EclipseUiUtils; import org.eclipse.swt.SWT; -import org.eclipse.swt.layout.FormAttachment; -import org.eclipse.swt.layout.FormData; -import org.eclipse.swt.layout.FormLayout; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Composite; @@ -46,8 +38,7 @@ public class AsSecureEntryPoint extends RapWorkbenchLogin { CmsUtils.markup(headerLbl); String headerStr = " " - + " " - + ""; + + " " + ""; headerLbl.setText(headerStr); GridData gd = new GridData(SWT.LEFT, SWT.CENTER, true, false); headerLbl.setLayoutData(gd); @@ -58,7 +49,7 @@ public class AsSecureEntryPoint extends RapWorkbenchLogin { String titleStr = " Please sign in to your personal dashboard"; titleLbl.setText(titleStr); gd = new GridData(SWT.CENTER, SWT.BOTTOM, false, false); - gd.verticalIndent = 40; + gd.verticalIndent = 80; titleLbl.setLayoutData(gd); // Login composite