Fix size problem with new Listbox of assignment function in resource allocation pop-up

FEA: ItEr75S23FixAllocationModel
This commit is contained in:
Manuel Rego Casasnovas 2011-10-05 08:49:27 +02:00
parent 9acb2ff391
commit c8f8e830b6
2 changed files with 2 additions and 1 deletions

View file

@ -351,6 +351,7 @@ public abstract class AllocationRow {
assignmentFunctionListbox = new Listbox();
assignmentFunctionListbox.setMold("select");
assignmentFunctionListbox.setStyle("font-size: 10px");
updateAssignmentFunctionListbox();
}

View file

@ -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>