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/DateDetailSection.java
60 60
		text_parseText = formFactory.createTextWithLabelElement(this, "Parse",
61 61
				null, style);
62 62
		text_parseText.getMainControl().setLayoutData(
63
				CdmFormFactory.FILL_HORIZONTALLY(6, 1));
63
				LayoutConstants.FILL_HORIZONTALLY(6, 1));
64 64

  
65 65
		text_freeText = formFactory.createTextWithLabelElement(this,
66 66
				"Freetext", null, style);
67 67
		text_freeText.getMainControl().setLayoutData(
68
				CdmFormFactory.FILL_HORIZONTALLY(6, 1));
68
				LayoutConstants.FILL_HORIZONTALLY(6, 1));
69 69

  
70 70
		formFactory.addPropertyChangeListener(this);
71 71
	}

Also available in: Unified diff