Project

General

Profile

« Previous | Next » 

Revision 4fa20463

Added by Patrick Plitzner over 5 years ago

small layout changes

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/webimport/termimport/GfBioTerminologyImportComposite.java
145 145
        txtUri.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 1, 1));
146 146

  
147 147
        lblNewLabel_2 = new Label(composite_1, SWT.NONE);
148
        lblNewLabel_2.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
148
        lblNewLabel_2.setLayoutData(new GridData(SWT.RIGHT, SWT.TOP, false, false, 1, 1));
149 149
        lblNewLabel_2.setText("Description");
150 150

  
151
        txtDescription = new Text(composite_1, SWT.WRAP | SWT.V_SCROLL | SWT.MULTI);
151
        txtDescription = new Text(composite_1, SWT.BORDER | SWT.WRAP | SWT.V_SCROLL | SWT.MULTI);
152 152
        txtDescription.setBackground(SWTResourceManager.getColor(SWT.COLOR_WIDGET_BACKGROUND));
153 153
        txtDescription.setEditable(false);
154 154
        txtDescription.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 1, 1));
155 155

  
156 156
        lblNewLabel_3 = new Label(composite_1, SWT.NONE);
157
        lblNewLabel_3.setLayoutData(new GridData(SWT.LEFT, SWT.TOP, false, false, 1, 1));
157 158
        lblNewLabel_3.setText("Synonyms");
158 159

  
159 160
        listSynonyms = new ListViewer(composite_1, SWT.BORDER | SWT.H_SCROLL | SWT.V_SCROLL);

Also available in: Unified diff