<div dir="ltr"><div dir="ltr">On Mon, Sep 30, 2019 at 4:30 AM Pierre Lamot <<a href="mailto:pierre@videolabs.io">pierre@videolabs.io</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Hi,<br>
<br>
`extraMeta->verticalHeader()->resizeSections( QHeaderView::ResizeToContents );` was called  in the "ExtraMetaPanel::update" method, I think your patch makes this call unnecessary. <br>
<br>
otherwise, it looks good to me<br></blockquote><div><br></div><div>You're quite right -- in fact, not only was that call unnecessary, but so was the `extraMeta->resizeRowsToContents();` earlier in the code. Attached is an updated patch which removes both. Thanks!</div><div><br></div><div> </div></div></div>