Changed fixedByLayout by sizedByContent

* This configuration option is deprecated, now we must use sizedByContent
* Using fixedByLayout on the modal window that was shown after clicking over a task on the task list (on project details) caused that
a column to be shrinked

FEA: ItEr02S03MigracionZK5
This commit is contained in:
Farruco Sanjurjo 2011-01-14 10:20:07 +01:00
parent 41ee1021b2
commit 9b06b82738

View file

@ -21,8 +21,8 @@
<vbox id="${arg.id}"
apply="org.navalplanner.web.orders.DetailsOrderElementController">
<!-- Details data -->
<grid id="details" fixedLayout="true">
<columns>
<grid id="details" sizedByContent="true">
<columns >
<column width="200px" />
<column />
</columns>