This is necessary for good layout and to make the UI test work. Anyway, this is the way checkboxes should be created. Signed-off-by: Robin Rosenberg <robin.rosenberg@xxxxxxxxxx> --- .../ui/internal/clone/CloneDestinationPage.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/org.spearce.egit.ui/src/org/spearce/egit/ui/internal/clone/CloneDestinationPage.java b/org.spearce.egit.ui/src/org/spearce/egit/ui/internal/clone/CloneDestinationPage.java index d017b60..a02b3a2 100644 --- a/org.spearce.egit.ui/src/org/spearce/egit/ui/internal/clone/CloneDestinationPage.java +++ b/org.spearce.egit.ui/src/org/spearce/egit/ui/internal/clone/CloneDestinationPage.java @@ -173,9 +173,9 @@ public void modifyText(ModifyEvent e) { private void createWorkbenchGroup(Composite parent) { final Group g = createGroup(parent, "Workspace import"); - newLabel(g, "Import projects after clone"); showImportWizard = new Button(g, SWT.CHECK); showImportWizard.setSelection(true); + showImportWizard.setText("Import projects after clone"); showImportWizard.setLayoutData(createFieldGridData()); showImportWizard.addSelectionListener(new SelectionAdapter() { @Override -- 1.6.1.rc3.56.gd0306 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html