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:
parent
41ee1021b2
commit
9b06b82738
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue