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 351-357 Link Here
351
    protected Composite createSelectionButtons(Composite composite) {
351
    protected Composite createSelectionButtons(Composite composite) {
352
        Composite buttonComposite = new Composite(composite, SWT.RIGHT);
352
        Composite buttonComposite = new Composite(composite, SWT.RIGHT);
353
        GridLayout layout = new GridLayout();
353
        GridLayout layout = new GridLayout();
354
        layout.numColumns = 2;
354
        layout.numColumns = 0;
355
        buttonComposite.setLayout(layout);
355
        buttonComposite.setLayout(layout);
356
        buttonComposite.setFont(composite.getFont());
356
        buttonComposite.setFont(composite.getFont());
357
        GridData data = new GridData(GridData.HORIZONTAL_ALIGN_END
357
        GridData data = new GridData(GridData.HORIZONTAL_ALIGN_END

Return to bug 182122