it changes the order of the columns in the bandbox finders.
FEA: ItEr75S09ImproveBandboxFinders
This commit is contained in:
parent
14358eb27f
commit
fb705bcaad
1 changed files with 4 additions and 4 deletions
|
|
@ -199,14 +199,14 @@ public abstract class MultipleFiltersFinder implements IMultipleFiltersFinder {
|
|||
FilterPair filterPair = (FilterPair) data;
|
||||
item.setValue(data);
|
||||
|
||||
final Listcell labelType = new Listcell();
|
||||
labelType.setLabel(_(filterPair.getType().toString()));
|
||||
labelType.setParent(item);
|
||||
|
||||
final Listcell labelPattern = new Listcell();
|
||||
labelPattern.setLabel(filterPair.getPattern());
|
||||
labelPattern.setParent(item);
|
||||
|
||||
final Listcell labelType = new Listcell();
|
||||
labelType.setLabel(_(filterPair.getType().toString()));
|
||||
labelType.setParent(item);
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue