Hi guys,

I found a pretty annoying behaviour of xtable spacing (in my case when using an itemization inside the table). I hope you guys can help me out. MWE is:

\starttext
 
  \startxtable[frame=on]

    \startxrow
      \startxcell[width=3cm]
     
        \startitemize[packed]
          \startitem

            here a short line

          \stopitem
        \stopitemize
     
      \stopxcell
    \stopxrow

    \startxrow
      \startxcell
     
        \startitemize[packed]
          \startitem

            here filled with some words to force a rather long line

          \stopitem
        \stopitemize
     
      \stopxcell
    \stopxrow

  \stopxtable
 
\stoptext


To this mail I also attached a picture of my PDF output, that I edited slightly to make my point clear. Have a look at the spacing between content and bottomframe in the second row of each table please...
Is there any way to change this?

Cheers and thanks in advance, Lars