Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 182122 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/ui/dialogs/CheckedTreeSelectionDialog.java (-1 / +1 lines)
Lines 357-363 Link Here
357
        GridData data = new GridData(GridData.HORIZONTAL_ALIGN_END
357
        GridData data = new GridData(GridData.HORIZONTAL_ALIGN_END
358
                | GridData.GRAB_HORIZONTAL);
358
                | GridData.GRAB_HORIZONTAL);
359
        data.grabExcessHorizontalSpace = true;
359
        data.grabExcessHorizontalSpace = true;
360
        composite.setData(data);
360
        buttonComposite.setLayoutData(data);
361
        Button selectButton = createButton(buttonComposite,
361
        Button selectButton = createButton(buttonComposite,
362
                IDialogConstants.SELECT_ALL_ID, WorkbenchMessages.CheckedTreeSelectionDialog_select_all,
362
                IDialogConstants.SELECT_ALL_ID, WorkbenchMessages.CheckedTreeSelectionDialog_select_all,
363
                false);
363
                false);

Return to bug 182122