Project

General

Profile

« Previous | Next » 

Revision 9e5747be

Added by Katja Luther over 6 years ago

add allow local override to database preferences

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/databaseAdmin/wizard/NameDetailsViewComposite.java
61 61
      // Composite composite = new Composite(parent, SWT.NULL);
62 62

  
63 63
       this.setLayout(new GridLayout());
64
       GridData data = new GridData(GridData.FILL_BOTH);
65
       this.setData(data);
64 66
       isSimpleDetailsViewActivated= PreferencesUtil.getPreferenceStore().getBoolean(IPreferenceKeys.SHOW_SIMPLE_NAME_DETAILS_SECTION);
65 67
       final Button activateCheckButton = new Button(this, SWT.CHECK);
66 68
       activateCheckButton.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, true, true, 1, 1));
......
274 276

  
275 277
             }
276 278
        });
277
       
279

  
278 280
       this.redraw();
279 281

  
280 282
       if(isSimpleDetailsViewActivated){

Also available in: Unified diff