Explicitely added width attr for vbox at _orderElementTree
* Without this attribute, the with of the orders table was only 2px on chrome (on Firefox it worked properlly) FEA: ItEr02S03MigracionZK5
This commit is contained in:
parent
1e8a943e47
commit
edc9a420b4
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@
|
|||
visible="${treeComponent.createFromTemplateEnabled}"/>
|
||||
</hbox>
|
||||
</vbox>
|
||||
<vbox>
|
||||
<vbox width="100%">
|
||||
<tree id="tree" height="440px" multiple="false" droppable="true"
|
||||
onDrop="treeController.move(self, event.dragged)"
|
||||
onSelect="treeController.updateControlButtons(event)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue