[vlc-devel] [PATCH v3] qt: Size extra-metadata columns to contents

FeRD ferdnyc at gmail.com
Thu Oct 3 13:33:23 CEST 2019


On Mon, Sep 30, 2019 at 4:30 AM Pierre Lamot <pierre at videolabs.io> wrote:

>
> Hi,
>
> `extraMeta->verticalHeader()->resizeSections(
> QHeaderView::ResizeToContents );` was called  in the
> "ExtraMetaPanel::update" method, I think your patch makes this call
> unnecessary.
>
> otherwise, it looks good to me
>

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!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20191003/55463104/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-qt-Size-extra-metadata-columns-to-contents.patch
Type: text/x-patch
Size: 1450 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20191003/55463104/attachment.bin>


More information about the vlc-devel mailing list