Fix size problem with new Listbox of assignment function in resource allocation pop-up
FEA: ItEr75S23FixAllocationModel
This commit is contained in:
parent
9acb2ff391
commit
c8f8e830b6
2 changed files with 2 additions and 1 deletions
|
|
@ -351,6 +351,7 @@ public abstract class AllocationRow {
|
|||
|
||||
assignmentFunctionListbox = new Listbox();
|
||||
assignmentFunctionListbox.setMold("select");
|
||||
assignmentFunctionListbox.setStyle("font-size: 10px");
|
||||
|
||||
updateAssignmentFunctionListbox();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@
|
|||
<column label="${i18n:_('Total')}" align="center" visible="@{allocationController.extendedView}" width="70px"/>
|
||||
<column label="${i18n:_('Consolidated')}" align="center" visible="@{allocationController.extendedView}" width="70px"/>
|
||||
<column label="${i18n:_('Non Consolidated')}" align="center" width="120px"/>
|
||||
<column label="" align="center" width="70px"
|
||||
<column label="" align="center" width="95px"
|
||||
visible="@{allocationController.anyNotFlat}" />
|
||||
<column label="" align="center" width="40px"/>
|
||||
</columns>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue