Project

General

Profile

« Previous | Next » 

Revision 405677c2

Added by Katja Luther over 2 years ago

ref #7981: indent added

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/configurator/StructuredDescriptionAggregationConfigurationWizardPage.java
139 139
        selectSubtreeLabel.setToolTipText(Messages.StructuredDescriptionAggregationWizardPage_TOOLTIP_SELECT_SUBTREE);
140 140
        
141 141
        GridData gridData = new GridData();
142
        gridData.horizontalIndent = 5;
142
        gridData.horizontalIndent = 25;
143
        gridData.verticalAlignment = SWT.TOP;
143 144
        selectSubtreeLabel.setLayoutData(gridData);
144 145

  
145 146
        subTreeSelectionViewer = CheckboxTableViewer.newCheckList(control, SWT.BORDER | SWT.SINGLE);

Also available in: Unified diff