Fix issue with size of font in combos in advanced allocation window
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
a20e122495
commit
1d806f40f5
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue