Révision 3717

TXM/trunk/bundles/org.txm.analec.rcp/src/org/txm/annotation/urs/view/ElementPropertiesView.java (revision 3717)
19 19
import org.eclipse.swt.widgets.Composite;
20 20
import org.eclipse.swt.widgets.Control;
21 21
import org.eclipse.swt.widgets.Display;
22
import org.eclipse.swt.widgets.Label;
23 22
import org.eclipse.swt.widgets.ToolBar;
24 23
import org.eclipse.swt.widgets.ToolItem;
25 24
import org.eclipse.ui.IWorkbenchPage;
......
30 29
import org.txm.annotation.urs.toolbar.URSAnnotationToolbar;
31 30
import org.txm.annotation.urs.toolbar.UnitToolbar;
32 31
import org.txm.rcp.IImageKeys;
33
import org.txm.rcp.swt.GLComposite;
34 32
import org.txm.utils.logger.Log;
35 33

  
36 34
import visuAnalec.Message;
......
38 36
import visuAnalec.donnees.Corpus;
39 37
import visuAnalec.donnees.Corpus.CorpusListener;
40 38
import visuAnalec.elements.Element;
41
import visuAnalec.elements.Schema;
42
import visuAnalec.elements.Unite;
43 39
import visuAnalec.vue.Vue;
44 40

  
45 41
public class ElementPropertiesView extends ViewPart {
......
320 316
		int ncol = 0;
321 317
		int nline = props.length;
322 318
		for (int l = 0 ; l < props.length ; l++) {
323
			if (ncol < props[l].length) ncol = props[l].length;
324 319
			
320
			if (ncol < props[l].length) ncol = props[l].length;
325 321
		}
326 322
		for (int l = 0 ; l < nline ; l++) {
327 323
			
......
345 341
				
346 342
				c.setItems(c, newElement);
347 343
			}
348

  
349 344
		}
350 345
		
351 346
		//glayoutFields.numColumns = ncol;

Formats disponibles : Unified diff