small layout changes
authorPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 29 Nov 2018 11:54:32 +0000 (12:54 +0100)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 29 Nov 2018 11:54:32 +0000 (12:54 +0100)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/webimport/termimport/GfBioTerminologyImportComposite.java

index db19ac694e2888b813686cbcadcc9c52a4473e4c..cf7089b8467518c124b913041735152e9dddbafa 100644 (file)
@@ -145,15 +145,16 @@ public class GfBioTerminologyImportComposite extends Composite{
         txtUri.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 1, 1));
 
         lblNewLabel_2 = new Label(composite_1, SWT.NONE);
-        lblNewLabel_2.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
+        lblNewLabel_2.setLayoutData(new GridData(SWT.RIGHT, SWT.TOP, false, false, 1, 1));
         lblNewLabel_2.setText("Description");
 
-        txtDescription = new Text(composite_1, SWT.WRAP | SWT.V_SCROLL | SWT.MULTI);
+        txtDescription = new Text(composite_1, SWT.BORDER | SWT.WRAP | SWT.V_SCROLL | SWT.MULTI);
         txtDescription.setBackground(SWTResourceManager.getColor(SWT.COLOR_WIDGET_BACKGROUND));
         txtDescription.setEditable(false);
         txtDescription.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 1, 1));
 
         lblNewLabel_3 = new Label(composite_1, SWT.NONE);
+        lblNewLabel_3.setLayoutData(new GridData(SWT.LEFT, SWT.TOP, false, false, 1, 1));
         lblNewLabel_3.setText("Synonyms");
 
         listSynonyms = new ListViewer(composite_1, SWT.BORDER | SWT.H_SCROLL | SWT.V_SCROLL);