Project

General

Profile

« Previous | Next » 

Revision 40f43e27

Added by Katja Luther over 6 years ago

add space between new buttons and ok/cancel buttons in selection dialogs

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/SearchDialog.java
166 166
                }
167 167
            });
168 168
            gd_1 = new GridData(GridData.GRAB_HORIZONTAL | GridData.HORIZONTAL_ALIGN_FILL);
169
            gd_1.horizontalIndent = 6;
169 170

  
170 171
            searchField.setLayoutData(gd_1);
171 172

  
172 173
            createFilterButton(searchAndFilter);
173 174

  
174 175
            addIdentifierCheckButton(searchAndFilter);
176
            new Label(searchAndFilter, SWT.NONE);
175 177
            setList(new TableViewer(container,  SWT.SINGLE
176 178
                    | SWT.BORDER | SWT.V_SCROLL | SWT.VIRTUAL));
177 179

  

Also available in: Unified diff