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:
parent
117565e4c6
commit
d17cca0b01
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue