Added hflex property to WBS tree

Before having the vflex properties, WBS tree had a fixed heigh. Making the component vertically flexible
allows using all vertical space available, displaying all tasks that the server pager configures (25). The
only minor disadvantage of the change is that neither the pager nor the 'selected task' buttons are inside the
scrollable area, so not permanently visible.

FEA: ItEr75S04BugFixing
This commit is contained in:
Lorenzo Tilve Álvaro 2011-11-22 10:32:45 +01:00
parent 117565e4c6
commit d17cca0b01

View file

@ -79,7 +79,7 @@
</vbox>
<vbox width="100%">
<tree id="tree" height="440px" multiple="false" droppable="true"
<tree id="tree" hflex="1" multiple="false" droppable="true"
onDrop="treeController.move(self, event.dragged)"
onSelect="treeController.updateControlButtons(event)"
mold="paging" pageSize="25"