Project

General

Profile

« Previous | Next » 

Revision 76ecef0e

Added by Katja Luther over 6 years ago

ref #7118: remove space between search field and list field and adapt indent for search field

View differences:

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

  
173 173
            searchField.setLayoutData(gd_1);
174 174

  
175 175
            createFilterButton(searchAndFilter);
176 176

  
177 177
            addIdentifierCheckButton(searchAndFilter);
178
            new Label(searchAndFilter, SWT.NONE);
178
//            new Label(searchAndFilter, SWT.NONE);
179 179
            setList(new TableViewer(container,  SWT.SINGLE
180 180
                    | SWT.BORDER | SWT.V_SCROLL | SWT.VIRTUAL));
181 181

  

Also available in: Unified diff