Fix issue with size of font in combos in advanced allocation window

FEA: ItEr75S04BugFixing
This commit is contained in:
Manuel Rego Casasnovas 2011-09-21 12:21:41 +02:00
parent a20e122495
commit 1d806f40f5

View file

@ -1232,6 +1232,7 @@ class Row {
}
this.addEventListener(Events.ON_SELECT, onSelectListbox());
this.setMold("select");
this.setStyle("font-size: 10px");
}
private void selectItemAndSavePreviousValue(Listitem listitem) {