Project

General

Profile

« Previous | Next » 

Revision afb8223a

Added by Andreas Müller about 3 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/element/CheckboxElement.java
118 118
            label.setBackground(color);
119 119
        }
120 120
	}
121
	public void setIndent(int indent){
121

  
122
    public void setIndent(int indent){
122 123
	    TableWrapData tableWrapData = (TableWrapData)label.getLayoutData();
123 124
        if (tableWrapData == null){
124 125
            tableWrapData = new TableWrapData();

Also available in: Unified diff