Project

General

Profile

« Previous | Next » 

Revision e98bd118

Added by Katja Luther over 6 years ago

ref #6722: add preference for show life form in field unit details view

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/databaseAdmin/wizard/AbstractPreferenceWizard.java
10 10

  
11 11
import org.eclipse.jface.wizard.WizardPage;
12 12
import org.eclipse.swt.SWT;
13
import org.eclipse.swt.custom.ScrolledComposite;
13 14
import org.eclipse.swt.layout.GridData;
14 15
import org.eclipse.swt.layout.GridLayout;
15 16
import org.eclipse.swt.widgets.Composite;
......
39 40
         if (tabFolder == null){
40 41
             // initialize tab folder
41 42
             if (composite == null) {
42
                 composite = new Composite(getShell(), SWT.NONE);
43
  //          	 composite = new ScrolledComposite(getShell(), SWT.BORDER | SWT.V_SCROLL);
44

  
45
//            	 Composite tabArea = new Composite(scroller, SWT.NONE); 
46
            	 composite = new Composite(getShell(), SWT.NONE);
43 47
             }
44 48
             tabFolder = new TabFolder(composite, SWT.NULL);
45 49
             tabFolder.setLayoutData(new GridData(GridData.FILL_BOTH));

Also available in: Unified diff