layout issues in name details view preference
authorKatja Luther <k.luther@bgbm.org>
Mon, 4 Nov 2019 11:57:37 +0000 (12:57 +0100)
committerKatja Luther <k.luther@bgbm.org>
Mon, 4 Nov 2019 11:57:37 +0000 (12:57 +0100)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/NameDetailsViewConfiguration.java

index c735e1cc21a6836ccf84c0008336706b65368027..fc7fd842d15fc69c17f3e3ec8f2aa5ad94873a48 100644 (file)
@@ -177,10 +177,10 @@ public class NameDetailsViewConfiguration extends CdmPreferencePage implements S
             GridLayoutFactory.fillDefaults().applyTo(taxonComp);
 
             GridData data = new GridData();
-            data.horizontalIndent = 5;
-            data.horizontalSpan = 2;
+            data.horizontalIndent = 7;
+            data.horizontalAlignment = SWT.FILL;
             taxonComp.setLayoutData(data);
-
+            GridLayoutFactory.fillDefaults().applyTo(taxonComp);
             secEnabled = new Button(taxonComp, SWT.CHECK);
             secEnabled.setText(Messages.NameDetailsViewComposite_SecEnabled);