Project

General

Profile

« Previous | Next » 

Revision cb11344c

Added by Katja Luther almost 7 years ago

minor changes in admin name details view configuration

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/databaseAdmin/wizard/AbstractPreferenceWizard.java
41 41
             if (composite == null) {
42 42
                 composite = new Composite(getShell(), SWT.NONE);
43 43
             }
44
             tabFolder = new TabFolder(composite, SWT.NONE);
44
             tabFolder = new TabFolder(composite, SWT.NULL);
45 45
             tabFolder.setLayoutData(new GridData(GridData.FILL_BOTH));
46 46
         }
47 47

  
48 48
         TabItem item = new TabItem(tabFolder, SWT.NONE);
49 49
         item.setText(text);
50 50

  
51
         Composite currentTab = new Composite(tabFolder, SWT.NULL);
51
         Composite currentTab = new Composite(tabFolder, SWT.NONE);
52 52
         GridLayout layout = new GridLayout();
53 53
         currentTab.setLayout(layout);
54 54
         currentTab.setFont(composite.getFont());

Also available in: Unified diff