Project

General

Profile

« Previous | Next » 

Revision 23783f7a

Added by Niels Hoffmann about 12 years ago

Refactoring of selection elements. Additional minor refactoring. Fixed a bug with Translation Editor (#2752)

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/element/AbstractFormSection.java
89 89

  
90 90
		this.formFactory = formFactory;
91 91

  
92
		this.setLayoutData(CdmFormFactory.FILL());
92
		this.setLayoutData(LayoutConstants.FILL());
93 93

  
94 94
		Composite client = formFactory.createComposite(this, SWT.WRAP);
95 95
		client.setBackgroundMode(SWT.INHERIT_DEFAULT);
96 96

  
97
		TableWrapLayout layout = CdmFormFactory.LAYOUT();
97
		TableWrapLayout layout = LayoutConstants.LAYOUT();
98 98
		layout.bottomMargin = 10;
99 99
		layout.rightMargin = 5;
100 100

  

Also available in: Unified diff